Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Mechanics/PolyLassoMarqueeMechanic.h |
Include |
#include "Mechanics/PolyLassoMarqueeMechanic.h" |
Source |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Mechanics/PolyLassoMarqueeMechanic.cpp |
void SetBasePriority
(
const FInputCapturePriority & Priority
)
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().