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

Method Boot

Source/PCGExtendedToolkit/Private/Paths/PCGExSplitPath.cpp:24–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22PCGEX_INITIALIZE_ELEMENT(SplitPath)
23
24bool FPCGExSplitPathElement::Boot(FPCGExContext* InContext) const
25{
26 if (!FPCGExPathProcessorElement::Boot(InContext)) { return false; }
27
28 PCGEX_CONTEXT_AND_SETTINGS(SplitPath)
29
30 PCGEX_FWD(UpdateTags)
31 Context->UpdateTags.Init();
32
33 Context->MainPaths = MakeShared<PCGExData::FPointIOCollection>(Context);
34 Context->MainPaths->OutputPin = Settings->GetMainOutputPin();
35
36 return true;
37}
38
39bool FPCGExSplitPathElement::ExecuteInternal(FPCGContext* InContext) const
40{

Callers

nothing calls this directly

Calls 2

InitMethod · 0.45
GetMainOutputPinMethod · 0.45

Tested by

no test coverage detected