Navigation
API > API/Runtime > API/Runtime/Core
| Name | IAxisDisplayInfo |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AxisDisplayInfo.h |
| Include Path | #include "Misc/AxisDisplayInfo.h" |
Syntax
class IAxisDisplayInfo : public IModularFeature
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IAxisDisplayInfo() |
Misc/AxisDisplayInfo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIntVector4 DefaultAxisComponentDisplaySwizzle() |
Defines the swizzle for slate widgets displaying axis components such as SVectorInputBox and SRotatorInputBox Generally, these widgets will be ordered X, Y and Z | Misc/AxisDisplayInfo.h | |
FLinearColor GetAxisColor
(
EAxisList::Type Axis |
Gets the color to use for the given axis. | Misc/AxisDisplayInfo.h | |
| Gets the axis display coordinate system to use. | Misc/AxisDisplayInfo.h | ||
FText GetAxisDisplayName
(
EAxisList::Type Axis |
Gets the display name to use for the given axis. | Misc/AxisDisplayInfo.h | |
FText GetAxisDisplayNameShort
(
EAxisList::Type Axis |
Gets the short display name to use for the given axis. | Misc/AxisDisplayInfo.h | |
FText GetAxisToolTip
(
EAxisList::Type Axis |
Gets the tool tip text used for axis components of widgets describing translations and scales | Misc/AxisDisplayInfo.h | |
FText GetRotationAxisName
(
EAxisList::Type Axis |
Gets the display name use for axis components of widgets describing rotations Typically this would be used as a label or title | Misc/AxisDisplayInfo.h | |
FText GetRotationAxisNameShort
(
EAxisList::Type Axis |
Gets a short display name use for axis components of widgets describing rotations Typically this would be used as a label or title where little room is available | Misc/AxisDisplayInfo.h | |
FText GetRotationAxisToolTip
(
EAxisList::Type Axis |
Gets the tool tip text used for axis components of widgets describing rotations | Misc/AxisDisplayInfo.h | |
bool UseForwardRightUpDisplayNames() |
Gets whether or not the engine uses forward/right/up nomenclature for display names. | Misc/AxisDisplayInfo.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName GetModularFeatureName() |
Misc/AxisDisplayInfo.h |