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