Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UProjectileMovementComponent
Description
Moves the UpdatedComponent, which is also the interpolation target for the interpolated component. If there is not interpolated component, this simply moves UpdatedComponent. Use this typically from PostNetReceiveLocationAndRotation() or similar from an Actor.
| Name | MoveInterpolationTarget |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/ProjectileMovementComponent.h |
| Include Path | #include "GameFramework/ProjectileMovementComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/ProjectileMovementComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Game|Components|ProjectileMovement|Interpolation")
virtual void MoveInterpolationTarget
(
const FVector & NewLocation,
const FRotator & NewRotation
)