Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/FSubGizmoTransformAdjuster
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/ViewBasedTransformAdjusters.h |
| Include | #include "BaseGizmos/ViewBasedTransformAdjusters.h" |
Syntax
struct FSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bKeepConstantViewSize | Keeps view size and offset relative to parent gizmo constant. | |
| bool | bMirrorBasedOnOctant | Mirrors the component depending on which octant of the parent gizmo the view is located. | |
| bool | bUseWorldAxesForGizmo | Considers the parent gizmo transform to be unrotated, and applies the relative component transform on top of that. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSettings () |
Some compilers (clang, at least) have issues with using a nested class with default initializers and a default constructor as a default argument in a function, hence this constructor. |