Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/BaseTools > API/Plugins/ModelingComponents/BaseTools/USingleSelectionMeshEditingTool
Deprecated * UPersistentMeshSelection and related functions are deprecated
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/BaseTools/SingleSelectionMeshEditingTool.h |
| Include | #include "BaseTools/SingleSelectionMeshEditingTool.h" |
virtual void SetInputSelection
&40;
const UDEPRECATED_PersistentMeshSelection &42; SelectionIn
&41;
Remarks
Mesh Selection support Set a Selection for the Tool to use. This should be called before tool Setup() (ie in the ToolBuilder) to allow the Tool to configure it's behavior based on the Selection (which may or may-not exist). If the Tool requires a Selection, this needs to be handled at the Builder level.