Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/UIntervalGizmo
Syntax
TFunction< void(UPrimitiveComponent &42;, EToolContextCoordinateSystem)> UpdateCoordSystemFunction
Remarks
This function is called on each active GizmoActor Component to update it's coordinate system (eg world/local). If the Component is not a UGizmoBaseCmponent, the client needs to provide a different implementation of this function via the ToolBuilder