Navigation
BlueprintAPI > BlueprintAPI/Mover
Attempt to teleport to TargetTransform. The teleport is not guaranteed to happen. This function is meant to be called by an instant movement effect as part of its effect application. If it succeeds a FTeleportSucceededEventData will be emitted, if it fails a FTeleportFailedEventData will be sent.
Target is Mover Simulation
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | Time Step | The time step of the current step or substep being simulated. This will come from the ApplyMovementEffect function. |
| transform | Target Transform | The transform to teleport to. In the case bUseActorRotation is true, the rotation of this transform will be ignored. |
| boolean | Use Actor Rotation | If true, the rotation will not be modified upon teleportation. If false, the rotation in TargetTransform will be used to orient the teleported. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Output State | This is the sync state that me modified as a result of the application of this effect. Like TimeStep, this should come from the ApplyMovementEffect function. |