GetVarArgs

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

int32

 

GetVarArgs

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

Helper function to write formatted output using an argument list

Public function Static

int32

 

GetVarArgs

(
    CharType* Dest,
    SIZE_T DestSize,
    int32 Count,
    const CharType*& 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