Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGEx/PCGExtendedToolkit
/ TryComplete
Method
TryComplete
Source/PCGExtendedToolkit/Private/PCGExContext.cpp:197–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
}
196
197
bool FPCGExContext::TryComplete(const bool bForce)
198
{
199
if (!bForce && !IsDone()) { return false; }
200
OnComplete();
201
return true;
202
}
203
204
void FPCGExContext::ResumeExecution()
205
{
Callers
15
ExecuteInternal
Method · 0.80
ExecuteInternal
Method · 0.80
ExecuteInternal
Method · 0.80
ExecuteInternal
Method · 0.80
ExecuteInternal
Method · 0.80
ExecuteInternal
Method · 0.80
ExecuteInternal
Method · 0.80
ExecuteInternal
Method · 0.80
ExecuteInternal
Method · 0.80
ExecuteInternal
Method · 0.80
ExecuteInternal
Method · 0.80
ExecuteInternal
Method · 0.80
Calls
1
IsDone
Function · 0.85
Tested by
3
ExecuteInternal
Method · 0.64
ExecuteInternal
Method · 0.64
ExecuteInternal
Method · 0.64