Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/UMeshTopologySelectionMechanic
Description
Sets the base priority so that tools can make sure that their own behaviors are higher priority. The mechanic will not use any priority value higher than this, but it may use lower if it needs to stagger the priorities of behaviors it uses. Can be called before or after Setup().
| Name | SetBasePriority |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/MeshTopologySelectionMechanic.h |
| Include Path | #include "Selection/MeshTopologySelectionMechanic.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Selection/MeshTopologySelectionMechanic.cpp |
void SetBasePriority
(
const FInputCapturePriority & Priority
)