Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMovementMixer
Description
Helper function for layered move mixing to check priority and start time if priority is the same. Returns true if this layered move should take priority given current HighestPriority and CurrentLayeredMoveStartTimeMs
| Name | CheckPriority |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/MovementMixer.h |
| Include Path | #include "MoveLibrary/MovementMixer.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoveLibrary/MovementMixer.cpp |
static bool CheckPriority
(
const FLayeredMoveBase * LayeredMove,
uint8 & InOutHighestPriority,
float & InOutCurrentLayeredMoveStartTimeMs
)