Chaos::EContactShapesType

The shape types involved in a contact constraint. Used to look up the collision detection function

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CollisionResolutionTypes.h

Include

#include "Chaos/CollisionResolutionTypes.h"

Syntax

namespace Chaos
{
    enum EContactShapesType
    {
        Unknown,
        SphereSphere,
        SphereCapsule,
        SphereBox,
        SphereConvex,
        SphereTriMesh,
        SphereHeightField,
        SpherePlane,
        CapsuleCapsule,
        CapsuleBox,
        CapsuleConvex,
        CapsuleTriMesh,
        CapsuleHeightField,
        BoxBox,
        BoxConvex,
        BoxTriMesh,
        BoxHeightField,
        BoxPlane,
        ConvexConvex,
        ConvexTriMesh,
        ConvexHeightField,
        GenericConvexConvex,
        LevelSetLevelSet,
        NumShapesTypes,
    }
}

Values

Name

Description

Unknown

SphereSphere

SphereCapsule

SphereBox

SphereConvex

SphereTriMesh

SphereHeightField

SpherePlane

CapsuleCapsule

CapsuleBox

CapsuleConvex

CapsuleTriMesh

CapsuleHeightField

BoxBox

BoxConvex

BoxTriMesh

BoxHeightField

BoxPlane

ConvexConvex

ConvexTriMesh

ConvexHeightField

GenericConvexConvex

LevelSetLevelSet

NumShapesTypes

Remarks

The shape types involved in a contact constraint. Used to look up the collision detection function

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