UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UCombinedTransformGizmo::FSubGizmoInfo Struct Reference

#include <CombinedTransformGizmo.h>

Public Attributes

TWeakObjectPtr< UPrimitiveComponent > Component
 
TWeakObjectPtr< UInteractiveGizmoGizmo
 

Detailed Description

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

Member Data Documentation

◆ Component

TWeakObjectPtr<UPrimitiveComponent> UCombinedTransformGizmo::FSubGizmoInfo::Component

◆ Gizmo

TWeakObjectPtr<UInteractiveGizmo> UCombinedTransformGizmo::FSubGizmoInfo::Gizmo

The documentation for this struct was generated from the following file: