EPhysicsProxyType

Choose your operating system:

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,
    Count,
}

Values

Name

Description

NoneType

StaticMeshType

GeometryCollectionType

FieldType

SkeletalMeshType

JointConstraintType

SuspensionConstraintType

SingleParticleProxy

Count