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

#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)
 

Member Typedef Documentation

◆ THandle

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

Constructor & Destructor Documentation

◆ TConstHandleView() [1/2]

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

◆ TConstHandleView() [2/2]

template<typename TSOA >
Chaos::TConstHandleView< TSOA >::TConstHandleView ( const TArray< THandle * > &  InHandles)
inline

Member Function Documentation

◆ Begin()

template<typename TSOA >
TConstHandleIterator< TSOA > Chaos::TConstHandleView< TSOA >::Begin ( ) const
inline

◆ begin()

template<typename TSOA >
TConstHandleIterator< TSOA > Chaos::TConstHandleView< TSOA >::begin ( ) const
inline

◆ End()

template<typename TSOA >
TConstHandleIterator< TSOA > Chaos::TConstHandleView< TSOA >::End ( ) const
inline

◆ end()

template<typename TSOA >
TConstHandleIterator< TSOA > Chaos::TConstHandleView< TSOA >::end ( ) const
inline

◆ Num()

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

◆ ParallelFor() [1/2]

template<typename TSOA >
template<typename ContextCreatorType , typename Lambda >
void Chaos::TConstHandleView< TSOA >::ParallelFor ( const ContextCreatorType ContextCreator,
const Lambda &  Func 
) const
inline

◆ ParallelFor() [2/2]

template<typename TSOA >
template<typename Lambda >
void Chaos::TConstHandleView< TSOA >::ParallelFor ( const Lambda &  Func) const
inline

Friends And Related Symbol Documentation

◆ HandleViewParallelForImp

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

Member Data Documentation

◆ Handles

template<typename TSOA >
const TArray<THandle*>& Chaos::TConstHandleView< TSOA >::Handles
protected

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