ETeleportType

Whether to teleport physics body or not

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h

Include

#include "Engine/EngineTypes.h"

Syntax

enum ETeleportType
{
    None,
    TeleportPhysics,
    ResetPhysics,
}

Values

Name

Description

None

Do not teleport physics body.

TeleportPhysics

Teleport physics body so that velocity remains the same and no collision occurs

ResetPhysics

Teleport physics body and reset physics state completely

Remarks

Whether to teleport physics body or not