UpdateCoordSystemFunction

If set, this coord-system function will be passed to [UIntervalGizmo](API\Runtime\InteractiveToolsFramework\BaseGizmos\UIntervalGizmo) instances to use instead of the default UpdateCoordSystemFunction.

Windows
MacOS
Linux

Syntax

TFunction< void *, EToolContextCoordinateSystem)> UpdateCoordSystemFunction

Remarks

If set, this coord-system function will be passed to UIntervalGizmo instances to use instead of the default UpdateCoordSystemFunction. By default theUIntervalGizmo will query the external Context to ask whether it should be using world or local coordinate system. Then the default UpdateCoordSystemFunction will try casting to UGizmoBaseCmponent and passing that info on via UpdateWorldLocalState(); If you are using different Components that do not subclass UGizmoBaseComponent, and you want the coord system to be configurable, you will need to provide a different update function.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss