Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMovementMixer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void MixLayeredMove
(
const FLayeredMoveBase& ActiveMove, |
In charge of mixing Layered Move proposed moves into a cumulative proposed move based on mix mode and priority. | MoveLibrary/MovementMixer.h | |
virtual void MixLayeredMove
(
const FLayeredMoveInstance& ActiveMove, |
In charge of mixing Layered Move proposed moves into a cumulative proposed move based on mix mode and priority. | MoveLibrary/MovementMixer.h |
MixLayeredMove(const FLayeredMoveBase &, const FProposedMove &, FProposedMove &)
Description
In charge of mixing Layered Move proposed moves into a cumulative proposed move based on mix mode and priority.
| Name | MixLayeredMove |
| 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 MixLayeredMove
(
const FLayeredMoveBase & ActiveMove,
const FProposedMove & MoveStep,
FProposedMove & OutCumulativeMove
)
MixLayeredMove(const FLayeredMoveInstance &, const FProposedMove &, FProposedMove &)
Description
In charge of mixing Layered Move proposed moves into a cumulative proposed move based on mix mode and priority.
| Name | MixLayeredMove |
| 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 MixLayeredMove
(
const FLayeredMoveInstance & ActiveMove,
const FProposedMove & MoveStep,
FProposedMove & OutCumulativeMove
)