Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
FRotationContext is a datastore for rotation data sent to the gizmo
| Name | FRotationContext |
| Type | struct |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/TransformGizmoInterfaces.h |
| Include Path | #include "EditorGizmos/TransformGizmoInterfaces.h" |
Syntax
USTRUCT ()
struct FRotationContext
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUseExplicitRotator | bool | Enable explicit rotation axis | EditorGizmos/TransformGizmoInterfaces.h | |
| Offset | FTransform | Parent offset transform | EditorGizmos/TransformGizmoInterfaces.h | |
| Rotation | FRotator | Rotation values | EditorGizmos/TransformGizmoInterfaces.h | |
| RotationOrder | EEulerRotationOrder | Order in which this rotation is expressed | EditorGizmos/TransformGizmoInterfaces.h |