Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/AllocLogRecordingPlayback.h |
| Include | #include "ProfilingDebugging/AllocLogRecordingPlayback.h" |
Syntax
struct FAllocOpBase
Remarks
Representation of an alloc or free operation. Derive from this struct to add items such as size and alignment. Override the three methods to log or parse the values of custom items. A new line character must be added to the end once all items have been written to the string buffer.
Variables
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | ParseValueStrings
(
const TArray< FString >& ValueStrings |
||
| int32 | WriteHeader
(
ANSICHAR* Dest |
||
| int32 | WriteValueStrings
(
ANSICHAR* Dest |