GetVarArgs

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

int32

 

GetVarArgs

(
    WIDECHAR* Dest,
    SIZE_T DestSize,
    const WIDECHAR*& Fmt,
    va_list ArgPtr
)

Public function Static

int32

 

GetVarArgs

(
    ANSICHAR* Dest,
    SIZE_T DestSize,
    const ANSICHAR*& Fmt,
    va_list ArgPtr
)

Public function Static

int32

 

GetVarArgs

(
    WIDECHAR* Dest,
    SIZE_T DestSize,
    int32 Count,
    const WIDECHAR*& Fmt,
    va_list ArgPtr
)

GetVarArgs with DestSize and Count arguments has been deprecated - only DestSize should be passed

Public function Static

int32

 

GetVarArgs

(
    ANSICHAR* Dest,
    SIZE_T DestSize,
    int32 Count,
    const ANSICHAR*& Fmt,
    va_list ArgPtr
)

GetVarArgs with DestSize and Count arguments has been deprecated - only DestSize should be passed

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