Navigation
Unreal Engine C++ API Reference > Runtime > Chaos > Chaos
Inheritance Hierarchy
- TConstHandleView
- THandleView
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ParticleIterator.h |
Include | #include "Chaos/ParticleIterator.h" |
Syntax
template<typename TSOA>
class THandleView : public Chaos::TConstHandleView< TSOA >
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
THandleView () |
||
![]() |
THandleView
(
const TArray< THandle* >& InHandles |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
THandleIterator< TSOA > | begin () |
|
![]() ![]() |
THandleIterator< TSOA > | Begin () |
|
![]() ![]() |
THandleIterator< TSOA > | end () |
|
![]() ![]() |
THandleIterator< TSOA > | End () |
|
![]() ![]() |
void | ParallelFor
(
const Lambda& Func |
|
![]() ![]() |
void | ParallelFor
(
const ContextCreatorType& ContextCreator, |