Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/UPolyLassoMarqueeMechanic
Description
Gets the current priority range used by behaviors in the mechanic, higher priority to lower.
For marquee mechanic, the range will be [BasePriority, BasePriority] since it only uses one priority.
| Name | GetPriorityRange |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Mechanics/PolyLassoMarqueeMechanic.h |
| Include Path | #include "Mechanics/PolyLassoMarqueeMechanic.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Mechanics/PolyLassoMarqueeMechanic.cpp |
TPair< FInputCapturePriority , FInputCapturePriority > GetPriorityRange() const