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.
- TeleportEffect (Teleportation Effect), instantly moves the Actor to a new location.
- JumpImpulseEffect (Jump Impulse Effect), adds an upward modification to the Actor's current rate.
- 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...
