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

Method Boot

Source/PCGExtendedToolkit/Private/Paths/PCGExShiftPath.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24PCGEX_INITIALIZE_ELEMENT(ShiftPath)
25
26bool FPCGExShiftPathElement::Boot(FPCGExContext* InContext) const
27{
28 if (!FPCGExPathProcessorElement::Boot(InContext)) { return false; }
29
30 PCGEX_CONTEXT_AND_SETTINGS(ShiftPath)
31 return true;
32}
33
34
35bool FPCGExShiftPathElement::ExecuteInternal(FPCGContext* InContext) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected