Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FLayeredMoveInstanceGroup
Description
Loops through all Queued and Active moves and populates any missing MoveLogic using FLayeredMoveInstance::PopulateMissingActiveMoveLogic. See FLayeredMoveInstance::PopulateMissingActiveMoveLogic function for more details.
| Name | PopulateMissingActiveMoveLogic |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/LayeredMoveGroup.h |
| Include Path | #include "LayeredMoveGroup.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/LayeredMoveGroup.cpp |
void PopulateMissingActiveMoveLogic
(
const TArray < TObjectPtr < ULayeredMoveLogic > > & RegisteredMoves
)