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 FVisualLogShapeElement
Variables
| Type | Name | Description | |
|---|---|---|---|
| union FVisualLogShapeElement | |||
| FName | Category | ||
| uint8 | Color | ||
| FString | Description | ||
| TArray< FVector > | Points | ||
| uint16 | Radius | ||
| uint16 | Thicknes | ||
| FMatrix | TransformationMatrix | ||
| EVisualLoggerShapeElement | Type | ||
| int32 | UniqueId | ||
| TEnumAsByte< ELogVerbosity::Type > | Verbosity |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVisualLogShapeElement
(
EVisualLoggerShapeElement InType |
|||
FVisualLogShapeElement
(
const FString& InDescription, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FColor | GetFColor () |
||
| EVisualLoggerShapeElement | GetType () |
||
| void | |||
| void | SetType
(
EVisualLoggerShapeElement InType |