Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/UPolyLassoMarqueeMechanic
Description
Sets the base priority so that users can make sure that their own behaviors are higher priority. The mechanic will not use any priority value higher than this. Mechanics could use lower priorities (and their range could be inspected with GetPriorityRange), but marquee mechanic doesn't.
Can be called before or after Setup().
| Name | SetBasePriority |
| 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 |
void SetBasePriority
(
const FInputCapturePriority & Priority
)