Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/IGeometrySelector
Description
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.
Derived Overrides
| Name | InitializeTransformation |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GeometrySelector.h |
| Include Path | #include "Selection/GeometrySelector.h" |
IGeometrySelectionTransformer * InitializeTransformation
(
const FGeometrySelection & Selection
)