Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | THandleView |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ParticleIterator.h |
| Include Path | #include "Chaos/ParticleIterator.h" |
Syntax
template<typename TSOA>
class THandleView : public Chaos::TConstHandleView< TSOA >
Inheritance Hierarchy
- TConstHandleView → THandleView
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
THandleView () |
Chaos/ParticleIterator.h | ||
THandleView
(
const TArray< THandle* >& InHandles |
Chaos/ParticleIterator.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Base | TConstHandleView< TSOA > | Chaos/ParticleIterator.h | |
| THandle | typename TSOA::THandleType | Chaos/ParticleIterator.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Handles | const TArray< THandle * > & | Chaos/ParticleIterator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
THandleIterator< TSOA > begin() |
Chaos/ParticleIterator.h | ||
THandleIterator< TSOA > Begin() |
Chaos/ParticleIterator.h | ||
THandleIterator< TSOA > end() |
Chaos/ParticleIterator.h | ||
THandleIterator< 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 |