Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
171
void FPCGExContext::SetAsyncState(const PCGEx::ContextState WaitState)
172
{
173
bWaitingForAsyncCompletion = true;
174
SetState(WaitState);
175
}
176
177
bool FPCGExContext::ShouldWaitForAsync()
178
{
Callers
15
ExecuteInternal
Method · 0.80
ExecuteInternal
Method · 0.80
ExecuteInternal
Method · 0.80
StartExecution
Method · 0.80
FindPointEdgeIntersections
Method · 0.80
FindEdgeEdgeIntersections
Method · 0.80
CompileFinalGraph
Method · 0.80
ExecuteInternal
Method · 0.80
PCGEX_ON_ASYNC_STATE_READY
Function · 0.80
PCGEX_ON_STATE
Function · 0.80
ExecuteInternal
Method · 0.80
ExecuteInternal
Method · 0.80
Calls
1
SetState
Function · 0.85
Tested by
no test coverage detected