Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Selection > API/Plugins/ModelingComponents/Selection/IGeometrySelector
- IGeometrySelector::InitializeTransformation()
- FDynamicMeshSelector::InitializeTransformation()
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GeometrySelector.h |
| Include | #include "Selection/GeometrySelector.h" |
IGeometrySelectionTransformer * InitializeTransformation
(
const FGeometrySelection & Selection
)
Remarks
Create and initialize a IGeometrySelectionTransformer for the provided Selection. IGeometrySelector retains ownership of the active Transformer, it should not be deleted by the caller, but instead ShutdownTransformation() should be called.