UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VarargsHelper.h File Reference
#include "CoreTypes.h"
#include "Misc/CString.h"
#include "HAL/UnrealMemory.h"
#include <cstdarg>

Go to the source code of this file.

Macros

#define GROWABLE_LOGF(SerializeSnippet)
 

Functions

template<typename SerializeFuncType >
bool GrowableLogfV (const TCHAR *Fmt, va_list Args, const SerializeFuncType &SerializeFunc)
 

Macro Definition Documentation

◆ GROWABLE_LOGF

#define GROWABLE_LOGF (   SerializeSnippet)
Value:
{ \
va_list Args; \
va_start(Args, Fmt); \
va_end(Args); \
}
FPlatformTypes::TCHAR TCHAR
Either ANSICHAR or WIDECHAR, depending on whether the platform supports wide characters or the requir...
Definition Platform.h:1135
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127

Function Documentation

◆ GrowableLogfV()

bool GrowableLogfV ( const TCHAR Fmt,
va_list  Args,
const SerializeFuncType SerializeFunc 
)