![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AllocLogRecordingPlayback.h>
Inheritance diagram for TAllocRecordingLog< FModifier, FAllocOp >:Public Member Functions | |
| template<typename... ArgTypes> | |
| TAllocRecordingLog (const FString &Filename, ArgTypes &&... Args) | |
| template<typename... ArgTypes> | |
| int64 | RecordAlloc (ArgTypes &&... Args) |
| void | RecordFree (int64 AllocIndex) |
Protected Member Functions | |
| void | WriteLineBuffer (int32 NumCharacters) |
Protected Attributes | |
| int64 | CurrentAllocationIndex |
| FCriticalSection | CS |
| TSharedPtr< FArchive > | OutputFile |
| ANSICHAR | LineBuffer [MAX_SPRINTF] |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
protected |
|
protected |
|
protected |
|
protected |