Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UBasedMovementUtils
Description
Attempts to move the actor to keep up with its base's movement using a simple sweep. This function is not intended to be called during a Mover actor's simulation tick.
| Name | UpdateSimpleBasedMovement |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/BasedMovementUtils.h |
| Include Path | #include "MoveLibrary/BasedMovementUtils.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoveLibrary/BasedMovementUtils.cpp |
static void UpdateSimpleBasedMovement
(
UMoverComponent * TargetMoverComp
)