Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FLayeredMoveGroup
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const MoveType * FindActiveMove () |
Returns the first active layered move of the specified type, if one exists | LayeredMove.h | |
const FLayeredMoveBase * FindActiveMove
(
const UScriptStruct* LayeredMoveStructType |
LayeredMove.h |
FindActiveMove()
Description
Returns the first active layered move of the specified type, if one exists
| Name | FindActiveMove |
| 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 * FindActiveMove() const
FindActiveMove(const UScriptStruct *)
| Name | FindActiveMove |
| 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 * FindActiveMove
(
const UScriptStruct * LayeredMoveStructType
) const