Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/VisualLogger
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerTypes.h |
| Include | #include "VisualLogger/VisualLoggerTypes.h" |
Syntax
struct FVisualLogLine
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bMonospace | ||
| FName | Category | ||
| FColor | Color | ||
| FString | Line | ||
| FName | TagName | ||
| int32 | UniqueId | ||
| int64 | UserData | ||
| TEnumAsByte< ELogVerbosity::Type > | Verbosity |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVisualLogLine
(
const FName& InCategory, |
|||
FVisualLogLine
(
const FName& InCategory, |
|||
FVisualLogLine
(
const FName& InCategory, |