![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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) |
| using Chaos::TConstParticleView< TSOA >::THandle = typename TSOA::THandleType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
protected |
|
protected |