MCPcopy 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
197bool FPCGExContext::TryComplete(const bool bForce)
198{
199 if (!bForce && !IsDone()) { return false; }
200 OnComplete();
201 return true;
202}
203
204void FPCGExContext::ResumeExecution()
205{

Callers 15

ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80

Calls 1

IsDoneFunction · 0.85

Tested by 3

ExecuteInternalMethod · 0.64
ExecuteInternalMethod · 0.64
ExecuteInternalMethod · 0.64