EPhysicsType

Windows
MacOS
Linux

References

Module

PhysicsCore

Header

/Engine/Source/Runtime/PhysicsCore/Public/BodySetupEnums.h

Include

#include "BodySetupEnums.h"

Syntax

enum EPhysicsType
{
    PhysType_Default,
    PhysType_Kinematic,
    PhysType_Simulated,
}

Values

Name

Description

PhysType_Default

Follow owner.

PhysType_Kinematic

Do not follow owner, but make kinematic.

PhysType_Simulated

Do not follow owner, but simulate.

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