Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/FTransformGizmoDataBinder
Description
Set the vectors that should reflect the gizmo transform. Any of these pointers can be null, but currently the same amount of work is done by the binder (it will simply bind to some internal vectors).
| Name | InitializeBoundVectors |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Transforms/TransformGizmoDataBinder.h |
| Include Path | #include "Transforms/TransformGizmoDataBinder.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Transforms/TransformGizmoDataBinder.cpp |
virtual void InitializeBoundVectors
(
FVector3d * Translation,
FVector3d * RotaionEulerAngles,
FVector3d * Scale
)