Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FLayeredMoveGroup
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const MoveType * FindQueuedMove () |
Returns the first queued layered move of the specified type, if one exists | LayeredMove.h | |
const FLayeredMoveBase * FindQueuedMove
(
const UScriptStruct* LayeredMoveStructType |
LayeredMove.h |
FindQueuedMove()
Description
Returns the first queued layered move of the specified type, if one exists
| Name | FindQueuedMove |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/LayeredMove.h |
| Include Path | #include "LayeredMove.h" |
template<typename MoveType, std::enable_if_t<, MoveType >), int >>
const MoveType * FindQueuedMove() const
FindQueuedMove(const UScriptStruct *)
| Name | FindQueuedMove |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/LayeredMove.h |
| Include Path | #include "LayeredMove.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/LayeredMove.cpp |
const FLayeredMoveBase * FindQueuedMove
(
const UScriptStruct * LayeredMoveStructType
) const