Mover Instant Movement Effect

Knowledge of Unreal Engine 5.

logo unreal
A

Author

Author

Created: May 10, 2025Updated: Apr 14, 2026

Table of contents

Summary

This article introduces the instant movement effects in Mover 2.0, how to use them, and how to create your own instant movement effects.

Introduction

InstanceMovementEffect (Instant Movement Effect) is used to affect the movement results instantaneously, such as teleportation, instant rate modification, etc.

Default Movement Effects

Mover provides the following instant movement effects by default.

  1. TeleportEffect (Teleportation Effect), instantly moves the Actor to a new location.
  2. JumpImpulseEffect (Jump Impulse Effect), adds an upward modification to the Actor's current rate.
  3. ApplyVelocityEffect (Apply Velocity Effect), provides an impulse speed to the Actor after (optionally) forcing the Actor into a specific movement mode.

Applying Movement Effects

Loading Blueprint

Initializing BlueprintUE renderer...