Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ModeT * FindMode_Mutable
(
bool bRequireExactClass |
Find the first movement mode on this component with the given type, optionally of the given type exactly. | MoverComponent.h | |
UBaseMovementMode * FindMode_Mutable
(
TSubclassOf< UBaseMovementMode > ModeType, |
MoverComponent.h | ||
ModeT * FindMode_Mutable
(
FName MovementModeName, |
Find the movement mode on this component the given name and type, optionally of the given type exactly. | MoverComponent.h | |
UBaseMovementMode * FindMode_Mutable
(
TSubclassOf< UBaseMovementMode > ModeType, |
MoverComponent.h |
FindMode_Mutable(bool)
Description
Find the first movement mode on this component with the given type, optionally of the given type exactly. Returns null if there is none of that type
| Name | FindMode_Mutable |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverComponent.h |
| Include Path | #include "MoverComponent.h" |
template<typename ModeT, std::enable_if_t<, ModeT >), int >>
ModeT * FindMode_Mutable
(
bool bRequireExactClass
) const
FindMode_Mutable(TSubclassOf< UBaseMovementMode >, bool)
| Name | FindMode_Mutable |
| 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 |
UBaseMovementMode * FindMode_Mutable
(
TSubclassOf < UBaseMovementMode > ModeType,
bool bRequireExactClass
) const
FindMode_Mutable(FName, bool)
Description
Find the movement mode on this component the given name and type, optionally of the given type exactly. Returns null if there is no mode by that name, or if it's of a different type.
| Name | FindMode_Mutable |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverComponent.h |
| Include Path | #include "MoverComponent.h" |
template<typename ModeT, std::enable_if_t<, ModeT >), int >>
ModeT * FindMode_Mutable
(
FName MovementModeName,
bool bRequireExactClass
) const
FindMode_Mutable(TSubclassOf< UBaseMovementMode >, FName, bool)
| Name | FindMode_Mutable |
| 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 |
UBaseMovementMode * FindMode_Mutable
(
TSubclassOf < UBaseMovementMode > ModeType,
FName ModeName,
bool bRequireExactClass
) const