Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Selection
Deprecated * PersistentMeshSelection and related functions are deprecated. SetToolOutputSelection is now ignored.
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/StoredMeshSelectionUtil.h |
| Include | #include "Selection/StoredMeshSelectionUtil.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Selection/StoredMeshSelectionUtil.cpp |
namespace UE
{
namespace Geometry
{
bool UE&58;&58;Geometry&58;&58;SetToolOutputSelection
&40;
UInteractiveTool &42; Tool,
UDEPRECATED_PersistentMeshSelection &42; Selection
&41;
}
}
Remarks
Set the active output selection of a Tool, which (if supported) will be persist between Tools via a PersistentMeshSelectionManager context object. Passing a null Selection will clear any active selection. true if the selection was saved