UObjectBaseUtility::AtomicallyClearInternalFlags

Atomically clears passed in internal flags.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectBaseUtility.h"

Syntax

bool AtomicallyClearInternalFlags
(
    EInternalObjectFlags FlagsToClear
) const

Remarks

Atomically clears passed in internal flags.

Returns

true if any of the passed in flags are set, false otherwise (including no flags passed in).

Parameters

Parameter

Description

FlagsToClear

Object flags to clear.

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