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

Method Boot

Source/PCGExtendedToolkit/Private/Paths/PCGExBlendPath.cpp:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19PCGEX_INITIALIZE_ELEMENT(BlendPath)
20
21bool FPCGExBlendPathElement::Boot(FPCGExContext* InContext) const
22{
23 if (!FPCGExPathProcessorElement::Boot(InContext)) { return false; }
24
25 PCGEX_CONTEXT_AND_SETTINGS(BlendPath)
26
27 return true;
28}
29
30bool FPCGExBlendPathElement::ExecuteInternal(FPCGContext* InContext) const
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected