Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGEx/PCGExtendedToolkit
/ SetState
Method
SetState
Source/PCGExtendedToolkit/Private/PCGExContext.cpp:187–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
}
186
187
void FPCGExContext::SetState(const PCGEx::ContextState StateId)
188
{
189
CurrentState.store(StateId, std::memory_order_release);
190
}
191
192
void FPCGExContext::Done()
193
{
Callers
10
InitializeContext
Method · 0.80
ExecuteInternal
Method · 0.80
Initialize
Method · 0.80
ExecuteInternal
Method · 0.80
ExecuteInternal
Method · 0.80
ExecuteInternal
Method · 0.80
PCGEX_ON_STATE
Function · 0.80
ExecuteInternal
Method · 0.80
PCGEX_ON_STATE
Function · 0.80
PCGEX_ON_ASYNC_STATE_READY
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected