Chaos::ImplicitObjectType::

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/ImplicitObject.h"

Syntax

namespace Chaos
{
    namespace ImplicitObjectType
    {
        enum
        {
            Sphere               = 0,
            Box,
            Plane,
            Capsule,
            Transformed,
            Union,
            LevelSet,
            Unknown,
            Convex,
            TaperedCylinder,
            Cylinder,
            TriangleMesh,
            HeightField,
            DEPRECATED_Scaled,
            Triangle,
            UnionClustered,
            IsInstanced          = 1 << 6,
            IsScaled             = 1 << 7,
        }
    }
}

Values

Name

Description

Sphere

Note: add entries in order to avoid serialization issues (but before IsInstanced)

Box

Plane

Capsule

Transformed

Union

LevelSet

Unknown

Convex

TaperedCylinder

Cylinder

TriangleMesh

HeightField

DEPRECATED_Scaled

Triangle

UnionClustered

IsInstanced

Add entries above this line for serialization.

IsScaled

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