Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
View dependent type: automatically cull gizmo element based on view.
Axis - Cull object when angle between axis and view direction is within a given tolerance Plane - Cull object when angle between plane normal and view direction is perpendicular within a given tolerance
| Name | EGizmoElementViewDependentType |
| Type | enum |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementShared.h |
| Include Path | #include "BaseGizmos/GizmoElementShared.h" |
Syntax
enum EGizmoElementViewDependentType
{
None,
Axis,
Plane,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Axis | |
| Plane |