Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UBaseMovementMode
Description
Gets the outer mover component of the indicated type. Does not check on the type or the presence of the MoverComp outer. Safe to call on CDOs. Note: Since UBaseMovementMode is declared "Within = MoverComponent", all instances of a mode except the CDO are guaranteed to have a valid MoverComponent outer.
| Name | GetMoverComponent |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MovementMode.h |
| Include Path | #include "MovementMode.h" |
template<typename MoverT, std::enable_if_t< >), int >>
MoverT * GetMoverComponent() const