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