Navigation
API > API/Plugins > API/Plugins/Mover
Async Teleport: instantly moves an actor to a new location and rotation (compatible with async movement simulation)
| Name | FAsyncTeleportEffect |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/DefaultMovementSet/InstantMovementEffects/BasicInstantMovementEffects.h |
| Include Path | #include "DefaultMovementSet/InstantMovementEffects/BasicInstantMovementEffects.h" |
Syntax
USTRUCT (BlueprintType , Category="Mover|Instant Movement Effect",
DisplayName="Async Teleport Instant Movement Effect")
struct FAsyncTeleportEffect : public FTeleportEffect
Inheritance Hierarchy
- FInstantMovementEffect → FTeleportEffect → FAsyncTeleportEffect