Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMovementMixer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool CheckPriority
(
const FLayeredMoveBase* LayeredMove, |
Helper function for layered move mixing to check priority and start time if priority is the same. | MoveLibrary/MovementMixer.h | |
static bool CheckPriority
(
uint8 LayeredMovePriority, |
MoveLibrary/MovementMixer.h |
CheckPriority(const FLayeredMoveBase *, uint8 &, double &)
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,
double & InOutCurrentLayeredMoveStartTimeMs
)
CheckPriority(uint8, double, uint8 &, double &)
| 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
(
uint8 LayeredMovePriority,
double LayeredMoveStartTimeMs,
uint8 & InOutHighestPriority,
double & InOutCurrentLayeredMoveStartTimeMs
)