Navigation
Unreal Engine C++ API Reference > Runtime > Core > ProfilingDebugging
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/FormatArgsTrace.h |
Include | #include "ProfilingDebugging/FormatArgsTrace.h" |
Syntax
struct FFormatArgsTrace
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
uint16 | EncodeArguments
(
uint8(&) Buffer, |
Encode arguments in a fixed size buffer. |
![]() ![]() |
int32 | EncodeArgumentsWithArray
(
BufferType& Array, |
Encode arguments in any type of resizable array. |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
EFormatArgTypeCode |
Typedefs
Name | Description |
---|---|
TBufferWithOverflow | Convenient alias to use when allowing overflow for very large messages. |