Navigation
API > API/Plugins > API/Plugins/ModelingComponentsEditorOnly > API/Plugins/ModelingComponentsEditorOnly/Selection > API/Plugins/ModelingComponentsEditorOnly/Selection/FStaticMeshSelector
- IGeometrySelector::InitializeTransformation()
- FStaticMeshSelector::InitializeTransformation()
References
| Module | ModelingComponentsEditorOnly |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponentsEditorOnly/Public/Selection/StaticMeshSelector.h |
| Include | #include "Selection/StaticMeshSelector.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponentsEditorOnly/Private/Selection/StaticMeshSelector.cpp |
virtual 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.