InterlockedOr

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

int8

 

InterlockedOr

(
    volatile int8* Value,
    const int8 OrValue
)

Public function Static

int16

 

InterlockedOr

(
    volatile int16* Value,
    const int16 OrValue
)

Public function Static

int32

 

InterlockedOr

(
    volatile int32* Value,
    const int32 OrValue
)

Public function Static

int64

 

InterlockedOr

(
    volatile int64* Value,
    const int64 OrValue
)

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