InterlockedExchange

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

int8

 

InterlockedExchange

(
    volatile int8* Value,
    int8 Exchange
)

Public function Static

int16

 

InterlockedExchange

(
    volatile int16* Value,
    int16 Exchange
)

Public function Static

int32

 

InterlockedExchange

(
    volatile int32* Value,
    int32 Exchange
)

Public function Static

int64

 

InterlockedExchange

(
    volatile int64* Value,
    int64 Exchange
)

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