Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMovementMixer
Description
In charge of mixing proposed moves together. Is similar to MixLayeredMove but is only responsible for mixing proposed moves instead of layered moves.
| Name | MixProposedMoves |
| 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 |
virtual void MixProposedMoves
(
const FProposedMove & MoveToMix,
FVector UpDirection,
FProposedMove & OutCumulativeMove
)