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 FVisualLogEvent
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Counter | ||
| TMap< FName, int32 > | EventTags | ||
| FString | Name | ||
| FName | TagName | ||
| int64 | UserData | ||
| FString | UserFriendlyDesc | ||
| TEnumAsByte< ELogVerbosity::Type > | Verbosity |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVisualLogEvent
(
const FVisualLogEventBase& Event |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FVisualLogEvent & | operator=
(
const FVisualLogEventBase& Event |