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

Method Boot

Source/PCGExtendedToolkit/Private/Misc/PCGExGetGUID.cpp:23–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21bool UPCGExGetGUIDSettings::GetIsMainTransactional() const { return true; }
22
23bool FPCGExGetGUIDElement::Boot(FPCGExContext* InContext) const
24{
25 if (!FPCGExPointsProcessorElement::Boot(InContext)) { return false; }
26
27 PCGEX_CONTEXT_AND_SETTINGS(GetGUID)
28
29 PCGEX_VALIDATE_NAME(Settings->Config.OutputAttributeName)
30
31 return true;
32}
33
34bool FPCGExGetGUIDElement::ExecuteInternal(FPCGContext* InContext) const
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected