Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Transforms > API/Plugins/ModelingComponents/Transforms/FTransformGizmoDataBinder
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Transforms/TransformGizmoDataBinder.h |
| Include | #include "Transforms/TransformGizmoDataBinder.h" |
virtual void SetTranslationConversionFunctions
(
TFunction < FVector3d &InternalValue)> ActualToBoundConversionIn,
TFunction < FVector3d &DisplayValue)> BoundToActualConversionIn
)
Remarks
Allows the data bound to the translation component to be stored in different units than used by the gizmo. For instance, in a UV editor where the world coordinates are not actually 0 to 1.