ETeleportType

Whether to teleport physics body or not

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss