Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/MoveLibrary > API/Plugins/Mover/MoveLibrary/UMovementMixer
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/MovementMixer.h |
| Include | #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
)
Remarks
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