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

Function Enable

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

Source from the content-addressed store, hash-verified

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
278 bool StageOutput() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected