Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FLayeredMoveInstanceGroup
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FLayeredMoveInstance * FindQueuedMove
(
TSubclassOf< ULayeredMoveLogic > MoveLogicClass |
Returns the first queued layered move associated with logic of the specified type, if one exists | LayeredMoveGroup.h | |
const FLayeredMoveInstance * FindQueuedMove
(
const UScriptStruct* MoveDataType |
Returns the first queued layered move using data of the specified type, if one exists | LayeredMoveGroup.h |
FindQueuedMove(TSubclassOf< ULayeredMoveLogic >)
Description
Returns the first queued layered move associated with logic of the specified type, if one exists
| Name | FindQueuedMove |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/LayeredMoveGroup.h |
| Include Path | #include "LayeredMoveGroup.h" |
template<typename MoveLogicT, std::enable_if_t<, MoveLogicT >), int >>
const FLayeredMoveInstance * FindQueuedMove
(
TSubclassOf < ULayeredMoveLogic > MoveLogicClass
) const
FindQueuedMove(const UScriptStruct *)
Description
Returns the first queued layered move using data of the specified type, if one exists
| Name | FindQueuedMove |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/LayeredMoveGroup.h |
| Include Path | #include "LayeredMoveGroup.h" |
template<typename MoveDataT, std::enable_if_t<, MoveDataT >), int >>
const FLayeredMoveInstance * FindQueuedMove
(
const UScriptStruct * MoveDataType
) const