#include <AxisDisplayInfo.h>
◆ ~IAxisDisplayInfo()
| virtual IAxisDisplayInfo::~IAxisDisplayInfo |
( |
| ) |
|
|
virtualdefault |
◆ 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
◆ GetAxisColor()
Gets the color to use for the given axis.
- Parameters
-
| Axis | The axis whose color you are requesting |
- Returns
- The color corresponding to the given axis
◆ GetAxisDisplayCoordinateSystem()
Gets the axis display coordinate system to use.
The return value may be driven by the config system and therefore it should not be cached until the editor has finished loading.
- Returns
- The display coordinate system, either EAxisList::XYZ or EAxisList::LeftUpForward
◆ GetAxisDisplayName()
Gets the display name to use for the given axis.
- Parameters
-
| Axis | The axis whose display name you are requesting |
- Returns
- The display name corresponding to the given axis
◆ GetAxisDisplayNameShort()
Gets the short display name to use for the given axis.
- Parameters
-
| Axis | The axis whose short display name you are requesting |
- Returns
- The short display name corresponding to the given axis
◆ GetAxisToolTip()
Gets the tool tip text used for axis components of widgets describing translations and scales
◆ GetModularFeatureName()
| static FName IAxisDisplayInfo::GetModularFeatureName |
( |
| ) |
|
|
inlinestatic |
◆ GetRotationAxisName()
Gets the display name use for axis components of widgets describing rotations Typically this would be used as a label or title
◆ GetRotationAxisNameShort()
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
◆ GetRotationAxisToolTip()
Gets the tool tip text used for axis components of widgets describing rotations
◆ UseForwardRightUpDisplayNames()
| virtual bool IAxisDisplayInfo::UseForwardRightUpDisplayNames |
( |
| ) |
|
|
pure virtual |
Gets whether or not the engine uses forward/right/up nomenclature for display names.
The documentation for this class was generated from the following file: