Navigation
API > API/Runtime > API/Runtime/Engine
Flags describing VisualLogger device's features
| Name | EVisualLoggerDeviceFlags::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerTypes.h |
| Include Path | #include "VisualLogger/VisualLoggerTypes.h" |
Syntax
namespace EVisualLoggerDeviceFlags
{
enum Type
{
NoFlags = 0,
CanSaveToFile = 1,
StoreLogsLocally = 2,
}
}
Values
| Name | Remarks |
|---|---|
| NoFlags | |
| CanSaveToFile | |
| StoreLogsLocally |