InterlockedAdd

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

int8

 

InterlockedAdd

(
    volatile int8* Value,
    int8 Amount
)

Public function Static

int16

 

InterlockedAdd

(
    volatile int16* Value,
    int16 Amount
)

Public function Static

int32

 

InterlockedAdd

(
    volatile int32* Value,
    int32 Amount
)

Public function Static

int64

 

InterlockedAdd

(
    volatile int64* Value,
    int64 Amount
)

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