Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UCombinedTransformGizmo
FSubGizmoInfo stores the (UPrimitiveComponent,UInteractiveGizmo) pair for a sub-element of the widget. The ActiveComponents and ActiveGizmos arrays keep those items alive, so this is redundant information, but useful for filtering/etc
| Name | FSubGizmoInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/CombinedTransformGizmo.h |
| Include Path | #include "BaseGizmos/CombinedTransformGizmo.h" |
Syntax
struct FSubGizmoInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Component | TWeakObjectPtr< UPrimitiveComponent > | Note: either of these may be invalid | BaseGizmos/CombinedTransformGizmo.h | |
| Gizmo | TWeakObjectPtr< UInteractiveGizmo > | BaseGizmos/CombinedTransformGizmo.h |