Navigation
API > API/Runtime > API/Runtime/Engine
Whether to teleport physics body or not
| Name | ETeleportType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h |
| Include Path | #include "Engine/EngineTypes.h" |
Syntax
enum ETeleportType
{
None,
TeleportPhysics,
ResetPhysics,
}
Values
| Name | Remarks |
|---|---|
| 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 |