Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | TParticleView |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Declares.h |
| Include Path | #include "Chaos/Declares.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Island/IslandManagerFwd.h |
Syntax
template<typename T>
class TParticleView : public Chaos::TConstParticleView< TSOAIn >
Inheritance Hierarchy
- TConstParticleView → TParticleView
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Chaos/ParticleIterator.h | |||
TParticleView
(
TArray< TSOAView< TSOA > >&& InSOAViews |
Chaos/ParticleIterator.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Base | TConstParticleView< TSOA > | Chaos/ParticleIterator.h | |
| TIterator | TParticleIterator< TSOA > | Chaos/ParticleIterator.h | |
| TSOA | TSOAIn | Chaos/ParticleIterator.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SOAViews | TArray< TSOAView< TSOA > > | Chaos/ParticleIterator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TParticleIterator< TSOA > begin() |
Chaos/ParticleIterator.h | ||
TParticleIterator< TSOA > Begin() |
Chaos/ParticleIterator.h | ||
TParticleIterator< TSOA > end() |
Chaos/ParticleIterator.h | ||
TParticleIterator< 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 |