Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/FTransformGizmoDataBinder
Description
In local coordinate destination mode, when a DisplaySpaceTransform is not available on the gizmo, this default transform can be used instead. Currently, this is used to allow destination mode for the 2D gizmos in UV editor, but that's a fairly specific use case.
| Name | SetDefaultLocalReferenceTransform |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Transforms/TransformGizmoDataBinder.h |
| Include Path | #include "Transforms/TransformGizmoDataBinder.h" |
void SetDefaultLocalReferenceTransform
(
TOptional < FTransform > DefaultTransform
)