BlueprintAPI > BlueprintAPI/Game > BlueprintAPI/Game/Components > BlueprintAPI/Game/Components/ProjectileMovement > BlueprintAPI/Game/Components/ProjectileMovement/Interpolation
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.
Target is Projectile Movement Component
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
vector | New Location | |
rotator | New Rotation |
Outputs
Type | Name | Description |
---|---|---|
exec | Out |