unreal.TeleportEffect

class unreal.TeleportEffect(target_location: Vector = Ellipsis)

Bases: InstantMovementEffect

Teleport: instantly moves an actor to a new location

C++ Source:

  • Plugin: Mover

  • Module: Mover

  • File: BasicInstantMovementEffects.h

Editor Properties: (see get_editor_property/set_editor_property)

  • target_location (Vector): [Read-Write] Location to teleport to, in world space

property target_location: Vector

[Read-Write] Location to teleport to, in world space

Type:

(Vector)