Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FVisualLogShapeElement
Overloads
| 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 |
FVisualLogShapeElement(FVisualLogShapeElement &&)
| Name | FVisualLogShapeElement |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerTypes.h |
| Include Path | #include "VisualLogger/VisualLoggerTypes.h" |
FVisualLogShapeElement
(
FVisualLogShapeElement && Other
)
FVisualLogShapeElement(const FVisualLogShapeElement &)
| Name | FVisualLogShapeElement |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerTypes.h |
| Include Path | #include "VisualLogger/VisualLoggerTypes.h" |
PRAGMA_DISABLE_DEPRECATION_WARNINGS FVisualLogShapeElement
(
const FVisualLogShapeElement & Other
)
FVisualLogShapeElement(EVisualLoggerShapeElement)
| Name | FVisualLogShapeElement |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerTypes.h |
| Include Path | #include "VisualLogger/VisualLoggerTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLoggerTypes.cpp |
FVisualLogShapeElement
(
EVisualLoggerShapeElement InType
)
FVisualLogShapeElement(const FString &, const FColor &, uint16, const FName &)
| Name | FVisualLogShapeElement |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerTypes.h |
| Include Path | #include "VisualLogger/VisualLoggerTypes.h" |
FVisualLogShapeElement
(
const FString & InDescription,
const FColor & InColor,
uint16 InThickness,
const FName & InCategory
)