Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/UCombinedTransformGizmo
Type
typedef TMulticastDelegate_TwoParams< void, UCombinedTransformGizmo *, UTransformProxy * > FOnSetActiveTarget
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/CombinedTransformGizmo.h |
| Include | #include "BaseGizmos/CombinedTransformGizmo.h" |
Remarks
Broadcast at the end of a SetActiveTarget call. Using this, an adapter such as a numerical UI widget can bind to the gizmo at construction and still be able to initialize using the transform proxy once that is set.