Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverComponent
Description
Gets the currently active movement mode, provided it is of the given type. Returns nullptr if there is no active mode yet, or if it's of a different type.
| Name | GetActiveMode_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 * GetActiveMode_Mutable
(
bool bRequireExactClass
) const