EPhysicsProxyType

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/PhysicsProxyBase.h

Include

#include "Chaos/Framework/PhysicsProxyBase.h"

Syntax

enum EPhysicsProxyType
{
    NoneType                    = 0,
    StaticMeshType              = 1,
    GeometryCollectionType      = 2,
    FieldType                   = 3,
    SkeletalMeshType            = 4,
    JointConstraintType         = 8,
    SuspensionConstraintType    = 9,
    SingleParticleProxy,
}

Values

Name

Description

NoneType

StaticMeshType

GeometryCollectionType

FieldType

SkeletalMeshType

JointConstraintType

SuspensionConstraintType

SingleParticleProxy

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