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

Method Boot

Source/PCGExtendedToolkit/Private/Paths/PCGExOffsetPath.cpp:14–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12PCGEX_INITIALIZE_ELEMENT(OffsetPath)
13
14bool FPCGExOffsetPathElement::Boot(FPCGExContext* InContext) const
15{
16 if (!FPCGExPathProcessorElement::Boot(InContext)) { return false; }
17
18 PCGEX_CONTEXT_AND_SETTINGS(OffsetPath)
19
20 if (Settings->bCleanupPath && Settings->bFlagMutatedPoints) { PCGEX_VALIDATE_NAME(Settings->MutatedAttributeName) }
21
22 return true;
23}
24
25bool FPCGExOffsetPathElement::ExecuteInternal(FPCGContext* InContext) const
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected