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

Method Boot

Source/PCGExtendedToolkit/Private/Misc/PCGExDiscardSame.cpp:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22PCGEX_INITIALIZE_ELEMENT(DiscardSame)
23
24bool FPCGExDiscardSameElement::Boot(FPCGExContext* InContext) const
25{
26 if (!FPCGExPointsProcessorElement::Boot(InContext)) { return false; }
27
28 PCGEX_CONTEXT_AND_SETTINGS(DiscardSame)
29
30 return true;
31}
32
33bool FPCGExDiscardSameElement::ExecuteInternal(FPCGContext* InContext) const
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected