Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SettingsT * FindSharedSettings_Mutable () |
MoverComponent.h | ||
IMovementSettingsInterface * FindSharedSettings_Mutable
(
const UClass* ByType |
Find mutable settings object by type. Returns null if there is none of that type | MoverComponent.h |
FindSharedSettings_Mutable()
| Name | FindSharedSettings_Mutable |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverComponent.h |
| Include Path | #include "MoverComponent.h" |
template<typename SettingsT, std::enable_if_t<, SettingsT >), int >>
SettingsT * FindSharedSettings_Mutable() const
FindSharedSettings_Mutable(const UClass *)
Description
Find mutable settings object by type. Returns null if there is none of that type
| Name | FindSharedSettings_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 |
IMovementSettingsInterface * FindSharedSettings_Mutable
(
const UClass * ByType
) const