Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/FTransformGizmoDataBinder
Description
Used in binding to gizmos. Currently these need to be member variables to allow the use of AddSP, as there is not an AddLambda overload that allows for subsequent RemoveAll() calls (because AddWeakLambda only works with UObjects).
| Name | OnProxyBeginTransformEdit |
| 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 |
void OnProxyBeginTransformEdit
(
UTransformProxy * TransformProxy,
UCombinedTransformGizmo * Gizmo
)