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

Method Boot

Source/PCGExtendedToolkit/Private/Misc/PCGExRefreshSeed.cpp:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12PCGEX_INITIALIZE_ELEMENT(RefreshSeed)
13
14bool FPCGExRefreshSeedElement::Boot(FPCGExContext* InContext) const
15{
16 if (!FPCGExPointsProcessorElement::Boot(InContext)) { return false; }
17
18 PCGEX_CONTEXT_AND_SETTINGS(RefreshSeed)
19
20 return true;
21}
22
23bool FPCGExRefreshSeedElement::ExecuteInternal(FPCGContext* InContext) const
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected