Chaos::EParticleType

Used for down casting when iterating over multiple SOAs.

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/GeometryParticlesfwd.h"

Syntax

namespace Chaos
{
    enum EParticleType
    {
        Static,
        Kinematic,
        Rigid,
        Clustered,
        StaticMesh,
        SkeletalMesh,
        GeometryCollection,
        Unknown,
    }
}

Values

Name

Description

Static

Kinematic

Rigid

Clustered

StaticMesh

SkeletalMesh

GeometryCollection

Unknown

Remarks

Used for down casting when iterating over multiple SOAs.

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