Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/UMeshTopologySelectionMechanic
Description
Gets the current priority range used by behaviors in the mechanic. The returned pair will have the base (highest) priority as the key, and the lowest priority as the value.
| Name | GetPriorityRange |
| 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 |
TPair< FInputCapturePriority , FInputCapturePriority > GetPriorityRange() const