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

Function Enable

Source/PCGExtendedToolkit/Public/Data/PCGExData.h:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 bool IsEnabled() const { return bIsEnabled.load(std::memory_order_acquire); }
106 void Disable() { bIsEnabled.store(false, std::memory_order_release); }
107 void Enable() { bIsEnabled.store(true, std::memory_order_release); }
108
109 const FPCGMetadataAttributeBase* InAttribute = nullptr;
110 FPCGMetadataAttributeBase* OutAttribute = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected