MCPcopy 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
187void FPCGExContext::SetState(const PCGEx::ContextState StateId)
188{
189 CurrentState.store(StateId, std::memory_order_release);
190}
191
192void FPCGExContext::Done()
193{

Callers 10

InitializeContextMethod · 0.80
ExecuteInternalMethod · 0.80
InitializeMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
PCGEX_ON_STATEFunction · 0.80
ExecuteInternalMethod · 0.80
PCGEX_ON_STATEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected