Navigation
API > API/Runtime > API/Runtime/Core
Description
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.
| Name | AxisDisplayInfo::GetAxisDisplayCoordinateSystem |
| 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
{
EAxisList::Type AxisDisplayInfo::GetAxisDisplayCoordinateSystem()
}
The display coordinate system, either EAxisList::XYZ or EAxisList::LeftUpForward