UObjectBase::AtomicallyClearFlags

Atomically clears the specified flags.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBase.h

Include

#include "UObject/UObjectBase.h"

Syntax

void AtomicallyClearFlags
(
    EObjectFlags FlagsToClear
)

Remarks

Atomically clears the specified flags. Do not use unless you know what you are doing. Designed to be used only by parallel GC and UObject loading thread.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss