Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | TConstParticleView |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ParticleIterator.h |
| Include Path | #include "Chaos/ParticleIterator.h" |
Syntax
template<typename TSOA>
class TConstParticleView
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Chaos/ParticleIterator.h | |||
TConstParticleView
(
TArray< TSOAView< TSOA > >&& InSOAViews |
Chaos/ParticleIterator.h | ||
TConstParticleView
(
TSOAView< TSOA >&& InSOAView |
Chaos/ParticleIterator.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| THandle | typename TSOA::THandleType | Chaos/ParticleIterator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstParticleIterator< TSOA > begin() |
Chaos/ParticleIterator.h | ||
TConstParticleIterator< TSOA > Begin() |
Chaos/ParticleIterator.h | ||
TConstParticleIterator< TSOA > end() |
Chaos/ParticleIterator.h | ||
TConstParticleIterator< TSOA > End() |
Chaos/ParticleIterator.h | ||
int32 Num() |
Chaos/ParticleIterator.h | ||
void ParallelFor
(
const Lambda& Func, |
Chaos/ParticleIterator.h | ||
void ParallelFor
(
const ContextCreatorType& ContextCreator, |
Chaos/ParticleIterator.h |