Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMovementUtils
Description
JAH TODO: Ideally, none of these functions should deal with simulation input/state types. Rework them to take only the core types they actually need JAH TODO: Make sure all 'out' parameters are last in the param list and marked as "Out" JAH TODO: separate out the public-facing ones from the internally-used ones and make all public-facing ones BlueprintCallable
| Name | GetOriginalComponentType |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/MovementUtils.h |
| Include Path | #include "MoveLibrary/MovementUtils.h" |
template<class ComponentType>
static const ComponentType * GetOriginalComponentType
(
const AActor * MoverCompOwner
)