UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::TConstParticleView< TSOA > Class Template Reference

#include <ParticleIterator.h>

+ Inheritance diagram for Chaos::TConstParticleView< TSOA >:

Public Types

using THandle = typename TSOA::THandleType
 

Public Member Functions

 TConstParticleView ()
 
 TConstParticleView (TArray< TSOAView< TSOA > > &&InSOAViews)
 
 TConstParticleView (TSOAView< TSOA > &&InSOAView)
 
int32 Num () const
 
TConstParticleIterator< TSOA > Begin () const
 
TConstParticleIterator< TSOA > begin () const
 
TConstParticleIterator< TSOA > End () const
 
TConstParticleIterator< TSOA > end () const
 
template<typename ContextCreatorType , typename Lambda >
void ParallelFor (const ContextCreatorType &ContextCreator, const Lambda &Func, bool bForceSingleThreaded=false) const
 
template<typename Lambda >
void ParallelFor (const Lambda &Func, bool bForceSingleThreaded=false) const
 

Protected Attributes

TArray< TSOAView< TSOA > > SOAViews
 
int32 Size
 

Friends

template<typename TParticleView , typename ContextCreatorType , typename Lambda >
void ParticleViewParallelForImp (const TParticleView &Particles, const ContextCreatorType &ContextCreator, const Lambda &Func)
 

Member Typedef Documentation

◆ THandle

template<typename TSOA >
using Chaos::TConstParticleView< TSOA >::THandle = typename TSOA::THandleType

Constructor & Destructor Documentation

◆ TConstParticleView() [1/3]

template<typename TSOA >
Chaos::TConstParticleView< TSOA >::TConstParticleView ( )
inline

◆ TConstParticleView() [2/3]

template<typename TSOA >
Chaos::TConstParticleView< TSOA >::TConstParticleView ( TArray< TSOAView< TSOA > > &&  InSOAViews)
inline

◆ TConstParticleView() [3/3]

template<typename TSOA >
Chaos::TConstParticleView< TSOA >::TConstParticleView ( TSOAView< TSOA > &&  InSOAView)
inline

Member Function Documentation

◆ Begin()

template<typename TSOA >
TConstParticleIterator< TSOA > Chaos::TConstParticleView< TSOA >::Begin ( ) const
inline

◆ begin()

template<typename TSOA >
TConstParticleIterator< TSOA > Chaos::TConstParticleView< TSOA >::begin ( ) const
inline

◆ End()

template<typename TSOA >
TConstParticleIterator< TSOA > Chaos::TConstParticleView< TSOA >::End ( ) const
inline

◆ end()

template<typename TSOA >
TConstParticleIterator< TSOA > Chaos::TConstParticleView< TSOA >::end ( ) const
inline

◆ Num()

template<typename TSOA >
int32 Chaos::TConstParticleView< TSOA >::Num ( ) const
inline

◆ ParallelFor() [1/2]

template<typename TSOA >
template<typename ContextCreatorType , typename Lambda >
void Chaos::TConstParticleView< TSOA >::ParallelFor ( const ContextCreatorType ContextCreator,
const Lambda &  Func,
bool  bForceSingleThreaded = false 
) const
inline

◆ ParallelFor() [2/2]

template<typename TSOA >
template<typename Lambda >
void Chaos::TConstParticleView< TSOA >::ParallelFor ( const Lambda &  Func,
bool  bForceSingleThreaded = false 
) const
inline

Friends And Related Symbol Documentation

◆ ParticleViewParallelForImp

template<typename TSOA >
void ParticleViewParallelForImp ( const TParticleView Particles,
const ContextCreatorType ContextCreator,
const Lambda &  Func 
)
friend

Member Data Documentation

◆ Size

template<typename TSOA >
int32 Chaos::TConstParticleView< TSOA >::Size
protected

◆ SOAViews

template<typename TSOA >
TArray<TSOAView<TSOA> > Chaos::TConstParticleView< TSOA >::SOAViews
protected

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