Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/VisualLogger
Inheritance Hierarchy
- FVisualLogDevice
- FVisualLoggerBinaryFileDevice
- FVisualLoggerTraceDevice
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerTypes.h |
| Include | #include "VisualLogger/VisualLoggerTypes.h" |
Syntax
class FVisualLogDevice
Remarks
Interface for Visual Logger Device
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | SessionGUID |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Cleanup
(
bool bReleaseMemory |
||
| void | |||
| void | GetRecordedLogs
(
TArray< FVisualLogDevice::FVisualLogEntryItem >& OutLogs |
||
| FGuid | |||
| uint32 | |||
| bool | |||
| void | Serialize
(
const UObject* LogOwner, |
||
| void | SetFileName
(
const FString& InFileName |
||
| void | StartRecordingToFile
(
double TimeStamp |
||
| void | StartRecordingToFile
(
float TimeStamp |
||
| void | StopRecordingToFile
(
double TimeStamp |
||
| void | StopRecordingToFile
(
float TimeStamp |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FVisualLogEntryItem |