Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FLayeredMoveGroup
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForEachActiveMoveOfType
(
TFunctionRef< void(MoveType&)> Func |
Calls Func for every active move whose struct type is or derives from MoveType. | LayeredMove.h | |
void ForEachActiveMoveOfType
(
TFunctionRef< void(const MoveType&)> Func |
Const overload: calls Func for every active move whose struct type is or derives from MoveType. | LayeredMove.h |
ForEachActiveMoveOfType(TFunctionRef< void(MoveType &)>)
Description
Calls Func for every active move whose struct type is or derives from MoveType.
| Name | ForEachActiveMoveOfType |
| 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 >>
void ForEachActiveMoveOfType
(
TFunctionRef < void> Func
)
ForEachActiveMoveOfType(TFunctionRef< void(const MoveType &)>)
Description
Const overload: calls Func for every active move whose struct type is or derives from MoveType.
| Name | ForEachActiveMoveOfType |
| 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 >>
void ForEachActiveMoveOfType
(
TFunctionRef < void> Func
) const