Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/VisualLogger
Inheritance Hierarchy
- FVisualLogDevice
- FVisualLoggerBinaryFileDevice
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/VisualLogger/VisualLoggerBinaryFileDevice.h |
| Include | #include "VisualLogger/VisualLoggerBinaryFileDevice.h" |
Syntax
class FVisualLoggerBinaryFileDevice : public FVisualLogDevice
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32: 1 | bUseCompression | ||
| FArchive * | FileArchive | ||
| FString | FileName | ||
| TArray< FVisualLogEntryItem > | FrameCache | ||
| float | FrameCacheLenght | ||
| double | LastLogTimeStamp | ||
| double | StartRecordingTime | ||
| FString | TempFileName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVisualLoggerBinaryFileDevice & | Get () |
||
| void | Serialize
(
const UObject* LogOwner, |
Overridden from FVisualLogDevice
| Type | Name | Description | |
|---|---|---|---|
| void | Cleanup
(
bool bReleaseMemory |
||
| void | |||
| void | GetRecordedLogs
(
TArray< FVisualLogEntryItem >& RecordedLogs |
||
| bool | |||
| void | SetFileName
(
const FString& InFileName |
||
| void | StartRecordingToFile
(
double TimeStamp |
||
| void | StopRecordingToFile
(
double TimeStamp |