Navigation
API > API/Runtime > API/Runtime/Core
Description
Gets whether or not the engine uses forward/right/up nomenclature for display names.
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::UseForwardRightUpDisplayNames |
| 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
{
bool AxisDisplayInfo::UseForwardRightUpDisplayNames()
}