Navigation
API > API/Runtime > API/Runtime/Core
Description
Gets the 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::GetAxisDisplayName |
| 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::GetAxisDisplayName
(
EAxisList::Type Axis
)
}
The display name corresponding to the given axis
Parameters
| Name | Remarks |
|---|---|
| Axis | The axis whose display name you are requesting |