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

Function Disable

Source/PCGExtendedToolkit/Public/Data/PCGExPointIO.h:274–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 void CleanupKeys();
273
274 void Disable() { bIsEnabled.store(false, std::memory_order_release); }
275 void Enable() { bIsEnabled.store(true, std::memory_order_release); }
276 bool IsEnabled() const { return bIsEnabled.load(std::memory_order_acquire); }
277

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected