Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const MoveT * FindActiveLayeredMoveByType () |
Find a layered move of a specific type in this components active layered moves. | MoverComponent.h | |
const FLayeredMoveBase * FindActiveLayeredMoveByType
(
const UScriptStruct* DataStructType |
Find an active layered move by type. Returns null if one wasn't found. | MoverComponent.h |
FindActiveLayeredMoveByType()
Description
Find a layered move of a specific type in this components active layered moves. If not found, null will be returned.
| Name | FindActiveLayeredMoveByType |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverComponent.h |
| Include Path | #include "MoverComponent.h" |
template<typename MoveT, std::enable_if_t<, MoveT >), int >>
const MoveT * FindActiveLayeredMoveByType() const
FindActiveLayeredMoveByType(const UScriptStruct *)
Description
Find an active layered move by type. Returns null if one wasn't found.
| Name | FindActiveLayeredMoveByType |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverComponent.h |
| Include Path | #include "MoverComponent.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoverComponent.cpp |
const FLayeredMoveBase * FindActiveLayeredMoveByType
(
const UScriptStruct * DataStructType
) const