Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging > API/Runtime/Core/ProfilingDebugging/FFormatArgsTrace
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/FormatArgsTrace.h |
| Include | #include "ProfilingDebugging/FormatArgsTrace.h" |
template<typename BufferType, typename... Types>
static int32 EncodeArgumentsWithArray
(
BufferType & Array,
Types... FormatArgs
)
Remarks
Encode arguments in any type of resizable array.