TConstParticleIterator

Windows
MacOS
Linux

Inheritance Hierarchy

TConstParticleIterator

TParticleIterator

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ParticleHandleFwd.h

Include

#include "Chaos/ParticleHandleFwd.h"

Syntax

template<typename TSOA>
class TConstParticleIterator

Variables

Name Description

Protected variable

int32

 

CurHandleIdx

Protected variable

const TArray< T...

 

CurHandlesArray

Protected variable

int32

 

CurSOASize

Protected variable

int32

 

DirtyValidationCount

Protected variable

int32

 

SOAIdx

Protected variable

const TArray< T...

 

SOAViews

Protected variable

THandleBase

 

TransientHandle

Constructors

Name Description

Public function

TConstParticleIterator()

Public function

TConstParticleIterator

(
    const TArray< TSOAView< TSOA >>& I...
)

Public function

TConstParticleIterator

(
    const TConstParticleIterator& Rhs
)

Functions

Operators

Name Description

Public function Const

 

operator bool()

Public function Const

const TTrans...

 

operator*()

Public function

TConstPartic...

 

operator++()

The non-parallel implementation of iteration should not deviate in behavior from the parallel implementation in `ParticleViewParallelForImp()_.

Public function Const

const TTrans...

 

operator->()

Typedefs

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss