UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::TSimpleGeometryParticles< T, d > Class Template Reference

#include <SimpleGeometryParticles.h>

+ Inheritance diagram for Chaos::TSimpleGeometryParticles< T, d >:

Public Member Functions

 TSimpleGeometryParticles ()
 
 TSimpleGeometryParticles (const TSimpleGeometryParticles< T, d > &Other)=delete
 
 TSimpleGeometryParticles (TSimpleGeometryParticles< T, d > &&Other)
 
TSimpleGeometryParticlesoperator= (const TSimpleGeometryParticles< T, d > &Other)=delete
 
TSimpleGeometryParticlesoperator= (TSimpleGeometryParticles< T, d > &&Other)=delete
 
 TSimpleGeometryParticles (TParticles< T, d > &&Other)
 
virtual ~TSimpleGeometryParticles () override
 
FORCEINLINE const TRotation< T, d > R (const int32 Index) const
 
FORCEINLINE TRotation< T, d > R (const int32 Index)
 
FORCEINLINE const TRotation< T, d > GetR (const int32 Index) const
 
FORCEINLINE void SetR (const int32 Index, const TRotation< T, d > &InR)
 
FORCEINLINE const TRotation< FRealSingle, d > GetRf (const int32 Index) const
 
FORCEINLINE void SetRf (const int32 Index, const TRotation< FRealSingle, d > &InR)
 
const TArrayCollectionArray< TRotation< FRealSingle, d > > & GetR () const
 
TArrayCollectionArray< TRotation< FRealSingle, d > > & GetR ()
 
FORCEINLINE const FImplicitObjectPtrGetGeometry (const int32 Index) const
 
void SetGeometry (const int32 Index, const FImplicitObjectPtr &InGeometry)
 
FORCEINLINE const TArray< FImplicitObjectPtr > & GetAllGeometry () const
 
FORCEINLINE TArray< TRotation< FRealSingle, d > > & AllR ()
 
virtual void Serialize (FChaosArchive &Ar)
 
uint32 Size () const
 
- Public Member Functions inherited from Chaos::TParticles< T, d >
 TParticles ()
 
 TParticles (const TParticles< T, d > &Other)=delete
 
 TParticles (TParticles< T, d > &&Other)
 
 TParticles (TArray< TVector< T, d > > &&Positions)
 
virtual ~TParticles ()
 
void AddParticles (const int32 Num)
 
void DestroyParticle (const int32 Idx)
 
ERemoveParticleBehavior RemoveParticleBehavior () const
 
ERemoveParticleBehaviorRemoveParticleBehavior ()
 
void MoveToOtherParticles (const int32 Idx, TParticles< T, d > &Other)
 
void Resize (const int32 Num)
 
TParticlesoperator= (TParticles< T, d > &&Other)
 
const TArrayCollectionArray< TVector< T, d > > & X () const
 
void Serialize (FArchive &Ar)
 
const TArrayCollectionArray< TVector< T, d > > & XArray () const
 
TArrayCollectionArray< TVector< T, d > > & XArray ()
 
const TVector< T, d > & X (const int32 Index) const
 
TVector< T, d > & X (const int32 Index)
 
const TVector< T, d > & GetX (const int32 Index) const
 
void SetX (const int32 Index, const TVector< T, d > &InX)
 
FString ToString (int32 index) const
 
uint32 GetTypeHash () const
 
SIZE_T GetAllocatedSize () const
 
int32 DirtyValidationCount () const
 
FORCEINLINE TArray< TVector< T, d > > & AllX ()
 
FORCEINLINE const TArray< TVector< T, d > > & AllX () const
 
- Public Member Functions inherited from Chaos::TArrayCollection
 TArrayCollection ()
 
 TArrayCollection (const TArrayCollection &Other)=delete
 
 TArrayCollection (TArrayCollection &&Other)=delete
 
virtual ~TArrayCollection ()
 
void ShrinkArrays (const float MaxSlackFraction, const int32 MinSlack)
 
int32 AddArray (TArrayCollectionArrayBase *Array)
 
void RemoveArray (TArrayCollectionArrayBase *Array)
 
void RemoveAt (int32 Index, int32 Count)
 
uint32 Size () const
 
uint64 ComputeColumnSize () const
 

Protected Member Functions

virtual void SetGeometryImpl (const int32 Index, const FImplicitObjectPtr &InGeometry)
 
- Protected Member Functions inherited from Chaos::TArrayCollection
void AddElementsHelper (const int32 Num)
 
void ResizeHelper (const int32 Num)
 
void RemoveAtHelper (const int32 Index, const int32 Count)
 
void RemoveAtSwapHelper (const int32 Index)
 
void MoveToOtherArrayCollection (const int32 Index, TArrayCollection &Other)
 

Additional Inherited Members

- Protected Attributes inherited from Chaos::TArrayCollection
uint32 MSize
 

Constructor & Destructor Documentation

◆ TSimpleGeometryParticles() [1/4]

template<class T , int d>
Chaos::TSimpleGeometryParticles< T, d >::TSimpleGeometryParticles ( )
inline

◆ TSimpleGeometryParticles() [2/4]

template<class T , int d>
Chaos::TSimpleGeometryParticles< T, d >::TSimpleGeometryParticles ( const TSimpleGeometryParticles< T, d > &  Other)
delete

◆ TSimpleGeometryParticles() [3/4]

template<class T , int d>
Chaos::TSimpleGeometryParticles< T, d >::TSimpleGeometryParticles ( TSimpleGeometryParticles< T, d > &&  Other)
inline

◆ TSimpleGeometryParticles() [4/4]

template<class T , int d>
Chaos::TSimpleGeometryParticles< T, d >::TSimpleGeometryParticles ( TParticles< T, d > &&  Other)
inline

◆ ~TSimpleGeometryParticles()

template<class T , int d>
virtual Chaos::TSimpleGeometryParticles< T, d >::~TSimpleGeometryParticles ( )
inlineoverridevirtual

Member Function Documentation

◆ AllR()

template<class T , int d>
FORCEINLINE TArray< TRotation< FRealSingle, d > > & Chaos::TSimpleGeometryParticles< T, d >::AllR ( )
inline

◆ GetAllGeometry()

template<class T , int d>
FORCEINLINE const TArray< FImplicitObjectPtr > & Chaos::TSimpleGeometryParticles< T, d >::GetAllGeometry ( ) const
inline

◆ GetGeometry()

template<class T , int d>
FORCEINLINE const FImplicitObjectPtr & Chaos::TSimpleGeometryParticles< T, d >::GetGeometry ( const int32  Index) const
inline

◆ GetR() [1/3]

template<class T , int d>
TArrayCollectionArray< TRotation< FRealSingle, d > > & Chaos::TSimpleGeometryParticles< T, d >::GetR ( )
inline

◆ GetR() [2/3]

template<class T , int d>
const TArrayCollectionArray< TRotation< FRealSingle, d > > & Chaos::TSimpleGeometryParticles< T, d >::GetR ( ) const
inline

◆ GetR() [3/3]

template<class T , int d>
FORCEINLINE const TRotation< T, d > Chaos::TSimpleGeometryParticles< T, d >::GetR ( const int32  Index) const
inline

◆ GetRf()

template<class T , int d>
FORCEINLINE const TRotation< FRealSingle, d > Chaos::TSimpleGeometryParticles< T, d >::GetRf ( const int32  Index) const
inline

◆ operator=() [1/2]

template<class T , int d>
TSimpleGeometryParticles & Chaos::TSimpleGeometryParticles< T, d >::operator= ( const TSimpleGeometryParticles< T, d > &  Other)
delete

◆ operator=() [2/2]

template<class T , int d>
TSimpleGeometryParticles & Chaos::TSimpleGeometryParticles< T, d >::operator= ( TSimpleGeometryParticles< T, d > &&  Other)
delete

◆ R() [1/2]

template<class T , int d>
FORCEINLINE TRotation< T, d > Chaos::TSimpleGeometryParticles< T, d >::R ( const int32  Index)
inline

◆ R() [2/2]

template<class T , int d>
FORCEINLINE const TRotation< T, d > Chaos::TSimpleGeometryParticles< T, d >::R ( const int32  Index) const
inline

◆ Serialize()

◆ SetGeometry()

template<class T , int d>
void Chaos::TSimpleGeometryParticles< T, d >::SetGeometry ( const int32  Index,
const FImplicitObjectPtr InGeometry 
)
inline

◆ SetGeometryImpl()

template<class T , int d>
virtual void Chaos::TSimpleGeometryParticles< T, d >::SetGeometryImpl ( const int32  Index,
const FImplicitObjectPtr InGeometry 
)
inlineprotectedvirtual

◆ SetR()

template<class T , int d>
FORCEINLINE void Chaos::TSimpleGeometryParticles< T, d >::SetR ( const int32  Index,
const TRotation< T, d > &  InR 
)
inline

◆ SetRf()

template<class T , int d>
FORCEINLINE void Chaos::TSimpleGeometryParticles< T, d >::SetRf ( const int32  Index,
const TRotation< FRealSingle, d > &  InR 
)
inline

◆ Size()

template<class T , int d>
uint32 Chaos::TArrayCollection::Size ( ) const
inline

The documentation for this class was generated from the following file: