InterlockedCompareExchange

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

int8

 

InterlockedCompareExchange

(
    volatile int8* Dest,
    int8 Exchange,
    int8 Comperand
)

Public function Static

int16

 

InterlockedCompareExchange

(
    volatile int16* Dest,
    int16 Exchange,
    int16 Comperand
)

Public function Static

int32

 

InterlockedCompareExchange

(
    volatile int32* Dest,
    int32 Exchange,
    int32 Comperand
)

Public function Static

int64

 

InterlockedCompareExchange

(
    volatile int64* Dest,
    int64 Exchange,
    int64 Comperand
)

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