Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FVisualLogShapeElement |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerTypes.h |
| Include Path | #include "VisualLogger/VisualLoggerTypes.h" |
Syntax
struct FVisualLogShapeElement
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVisualLogShapeElement
(
FVisualLogShapeElement&& Other |
VisualLogger/VisualLoggerTypes.h | ||
PRAGMA_DISABLE_DEPRECATION_WARNINGS FVisualLogShapeElement
(
const FVisualLogShapeElement& Other |
VisualLogger/VisualLoggerTypes.h | ||
FVisualLogShapeElement
(
EVisualLoggerShapeElement InType |
VisualLogger/VisualLoggerTypes.h | ||
FVisualLogShapeElement
(
const FString& InDescription, |
VisualLogger/VisualLoggerTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Category | FName | VisualLogger/VisualLoggerTypes.h | ||
| Color | uint8 | VisualLogger/VisualLoggerTypes.h | ||
| Description | FString | VisualLogger/VisualLoggerTypes.h | ||
| FVisualLogShapeElement | union FVisualLogShapeElement | VisualLogger/VisualLoggerTypes.h | ||
| Mag | uint16 | VisualLogger/VisualLoggerTypes.h | ||
| Points | TArray< FVector > | VisualLogger/VisualLoggerTypes.h | ||
| Radius | uint16 | VisualLogger/VisualLoggerTypes.h | ||
| Thicknes | uint16 | VisualLogger/VisualLoggerTypes.h | ||
| Thickness | uint16 | VisualLogger/VisualLoggerTypes.h | ||
| TransformationMatrix | FMatrix | VisualLogger/VisualLoggerTypes.h | ||
| Type | EVisualLoggerShapeElement | VisualLogger/VisualLoggerTypes.h | ||
| UniqueId | int32 | VisualLogger/VisualLoggerTypes.h | ||
| Verbosity | TEnumAsByte< ELogVerbosity::Type > | VisualLogger/VisualLoggerTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FColor GetFColor() |
VisualLogger/VisualLoggerTypes.h | ||
EVisualLoggerShapeElement GetType() |
VisualLogger/VisualLoggerTypes.h | ||
void SetColor
(
const FColor& InColor |
VisualLogger/VisualLoggerTypes.h | ||
void SetType
(
EVisualLoggerShapeElement InType |
VisualLogger/VisualLoggerTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVisualLogShapeElement & operator=
(
const FVisualLogShapeElement& Other |
VisualLogger/VisualLoggerTypes.h |