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

Method Boot

Source/PCGExtendedToolkit/Private/Paths/PCGExSmooth.cpp:23–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21PCGEX_INITIALIZE_ELEMENT(Smooth)
22
23bool FPCGExSmoothElement::Boot(FPCGExContext* InContext) const
24{
25 if (!FPCGExPathProcessorElement::Boot(InContext)) { return false; }
26
27 PCGEX_CONTEXT_AND_SETTINGS(Smooth)
28 PCGEX_OPERATION_BIND(SmoothingMethod, UPCGExSmoothingOperation, PCGExSmooth::SourceOverridesSmoothing)
29
30 return true;
31}
32
33bool FPCGExSmoothElement::ExecuteInternal(FPCGContext* InContext) const
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected