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" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Transforms/TransformGizmoDataBinder.cpp |
void OnProxyBeginTransformEdit
&40;
UTransformProxy &42; TransformProxy,
UCombinedTransformGizmo &42; Gizmo
&41;
Remarks
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).