Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/UGeometrySelectionManager
Description
Update the active transformations with the given PositionTransformFunc. See IGeometrySelectionTransformer::UpdateTransform for details on this callback
| Name | UpdateTransformation |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GeometrySelectionManager.h |
| Include Path | #include "Selection/GeometrySelectionManager.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Selection/GeometrySelectionManager.cpp |
virtual void UpdateTransformation
(
TFunctionRef < FVector3d> PositionTransformFunc
)