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

Method Boot

Source/PCGExtendedToolkit/Private/Misc/PCGExWriteGUID.cpp:89–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87PCGEX_INITIALIZE_ELEMENT(WriteGUID)
88
89bool FPCGExWriteGUIDElement::Boot(FPCGExContext* InContext) const
90{
91 if (!FPCGExPointsProcessorElement::Boot(InContext)) { return false; }
92
93 PCGEX_CONTEXT_AND_SETTINGS(WriteGUID)
94
95 PCGEX_VALIDATE_NAME(Settings->Config.OutputAttributeName)
96
97 return true;
98}
99
100bool FPCGExWriteGUIDElement::ExecuteInternal(FPCGContext* InContext) const
101{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected