![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ParticleIterator.h>
Inheritance diagram for Chaos::TConstHandleView< TSOA >:Public Types | |
| using | THandle = typename TSOA::THandleType |
Public Member Functions | |
| TConstHandleView () | |
| TConstHandleView (const TArray< THandle * > &InHandles) | |
| int32 | Num () const |
| TConstHandleIterator< TSOA > | Begin () const |
| TConstHandleIterator< TSOA > | begin () const |
| TConstHandleIterator< TSOA > | End () const |
| TConstHandleIterator< TSOA > | end () const |
| template<typename ContextCreatorType , typename Lambda > | |
| void | ParallelFor (const ContextCreatorType &ContextCreator, const Lambda &Func) const |
| template<typename Lambda > | |
| void | ParallelFor (const Lambda &Func) const |
Protected Attributes | |
| const TArray< THandle * > & | Handles |
Friends | |
| template<typename TParticleView , typename ContextCreatorType , typename Lambda > | |
| void | HandleViewParallelForImp (const TParticleView &Particles, const ContextCreatorType &ContextCreator, const Lambda &Func) |
| using Chaos::TConstHandleView< TSOA >::THandle = typename TSOA::THandleType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
protected |