FUObjectItem::ThisThreadAtomicallyClearedFlag

Uses atomics to clear the specified flag(s).

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectArray.h"

Syntax

bool ThisThreadAtomicallyClearedFlag
(
    EInternalObjectFlags FlagToClear
)

Remarks

Uses atomics to clear the specified flag(s).

Returns

True if this call cleared the flag, false if it has been cleared by another thread.

Parameters

Parameter

Description

FlagsToClear

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