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

Method Boot

Source/PCGExtendedToolkit/Private/Misc/PCGExDestroyActor.cpp:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38bool FPCGExDestroyActorElement::Boot(FPCGExContext* InContext) const
39{
40 if (!FPCGExPointsProcessorElement::Boot(InContext)) { return false; }
41
42 PCGEX_CONTEXT_AND_SETTINGS(DestroyActor)
43
44 return true;
45}
46
47bool FPCGExDestroyActorElement::ExecuteInternal(FPCGContext* InContext) const
48{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected