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

#include <OrientedParticles.h>

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

Public Member Functions

 TOrientedParticles ()
 
 TOrientedParticles (const TOrientedParticles< T, d > &Other)=delete
 
 TOrientedParticles (TOrientedParticles< T, d > &&Other)
 
const TRotation< T, d > & R (const int32 Index) const
 
TRotation< T, d > & R (const int32 Index)
 
- 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
 

Additional Inherited Members

- 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)
 
- Protected Attributes inherited from Chaos::TArrayCollection
uint32 MSize
 

Constructor & Destructor Documentation

◆ TOrientedParticles() [1/3]

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

◆ TOrientedParticles() [2/3]

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

◆ TOrientedParticles() [3/3]

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

Member Function Documentation

◆ R() [1/2]

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

◆ R() [2/2]

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

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