TConnectivityEdge

An entry in a clustered particle's `ConnectivityEdges_ array, indicating a connection between that body and `Sibling_, with a strength breakable by a `Strain_ threshold.

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/PBDRigidClusteredParticles.h"

Syntax

template<typename T>
struct TConnectivityEdge

Remarks

An entry in a clustered particle's ConnectivityEdges_ array, indicating a connection between that body and Sibling, with a strength breakable by a `Strain threshold.

TODO: Chaos - Add dimension template param?

Variables

Name Description

Public variable

TPBDRigidPartic...

 

Sibling

Public variable

T

 

Strain

Constructors

Name Description

Public function

TConnectivityEdge()

Public function

TConnectivityEdge

(
    const TConnectivityEdge& Other
)

Public function

TConnectivityEdge

(
    TPBDRigidParticleHandle< T, 3 >...,
    const T InStrain
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const TPBDRigidParticleHandle< T, 3...
)

Compares by OtherSibling_ only, for TArray::FindByKey()_.

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