ClusterId

Used within the clustering system to describe the clustering hierarchy.

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/PBDRigidClusteredParticles.h"

Syntax

struct ClusterId

Remarks

Used within the clustering system to describe the clustering hierarchy. The ClusterId stores the children IDs, and a Parent ID. When Id == `nullptr_ the cluster is not controlled by another body.

TODO: Chaos - Add dimension template param? Add floating point param?

Variables

Name Description

Public variable

FPBDRigidPartic...

 

Id

Public variable

int32

 

NumChildren

Constructors

Name Description

Public function

ClusterId()

Public function

ClusterId

(
    FPBDRigidParticleHandle* NewId,
    int NumChildrenIn
)

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