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

Method Boot

Source/PCGExtendedToolkit/Private/Debug/PCGExDrawEdges.cpp:15–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13PCGEX_INITIALIZE_ELEMENT(DrawEdges)
14
15bool FPCGExDrawEdgesElement::Boot(FPCGExContext* InContext) const
16{
17 if (!FPCGExEdgesProcessorElement::Boot(InContext)) { return false; }
18
19#if WITH_EDITOR
20
21 PCGEX_CONTEXT_AND_SETTINGS(DrawEdges)
22
23 if (!Settings->bPCGExDebug) { return false; }
24
25#endif
26
27 return true;
28}
29
30bool FPCGExDrawEdgesElement::ExecuteInternal(
31 FPCGContext* InContext) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected