Navigation
API > API/Runtime > API/Runtime/Core
Description
Gets the short display name to use for the given axis.
The return value may be driven by the config system and therefore it should not be cached until the editor has finished loading.
| Name | AxisDisplayInfo::GetAxisDisplayNameShort |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AxisDisplayInfo.h |
| Include Path | #include "Misc/AxisDisplayInfo.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AxisDisplayInfo.cpp |
namespace AxisDisplayInfo
{
FText AxisDisplayInfo::GetAxisDisplayNameShort
(
EAxisList::Type Axis
)
}
The short display name corresponding to the given axis
Parameters
| Name | Remarks |
|---|---|
| Axis | The axis whose short display name you are requesting |