InterlockedAnd

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

int8

 

InterlockedAnd

(
    volatile int8* Value,
    const int8 AndValue
)

Public function Static

int16

 

InterlockedAnd

(
    volatile int16* Value,
    const int16 AndValue
)

Public function Static

int32

 

InterlockedAnd

(
    volatile int32* Value,
    const int32 AndValue
)

Public function Static

int64

 

InterlockedAnd

(
    volatile int64* Value,
    const int64 AndValue
)

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