MCPcopy Create free account
hub / github.com/PCGEx/PCGExtendedToolkit / SetAsyncState

Method SetAsyncState

Source/PCGExtendedToolkit/Private/PCGExContext.cpp:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169
170
171void FPCGExContext::SetAsyncState(const PCGEx::ContextState WaitState)
172{
173 bWaitingForAsyncCompletion = true;
174 SetState(WaitState);
175}
176
177bool FPCGExContext::ShouldWaitForAsync()
178{

Callers 15

ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
StartExecutionMethod · 0.80
CompileFinalGraphMethod · 0.80
ExecuteInternalMethod · 0.80
PCGEX_ON_STATEFunction · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80

Calls 1

SetStateFunction · 0.85

Tested by

no test coverage detected