Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FFormatArgsTrace
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint64 GetArgumentsEncodedSize () |
ProfilingDebugging/FormatArgsTrace.h | ||
static uint64 GetArgumentsEncodedSize
(
T Head, |
ProfilingDebugging/FormatArgsTrace.h |
GetArgumentsEncodedSize()
| Name | GetArgumentsEncodedSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/FormatArgsTrace.h |
| Include Path | #include "ProfilingDebugging/FormatArgsTrace.h" |
static uint64 GetArgumentsEncodedSize()
GetArgumentsEncodedSize(T, Types...)
| Name | GetArgumentsEncodedSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/FormatArgsTrace.h |
| Include Path | #include "ProfilingDebugging/FormatArgsTrace.h" |
template<typename T, typename... Types>
static uint64 GetArgumentsEncodedSize
(
T Head,
Types... Tail
)