Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TParticleView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ParallelFor
(
const Lambda& Func, |
Chaos/ParticleIterator.h | ||
void ParallelFor
(
const ContextCreatorType& ContextCreator, |
Chaos/ParticleIterator.h |
ParallelFor(const Lambda &, bool)
| Name | ParallelFor |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ParticleIterator.h |
| Include Path | #include "Chaos/ParticleIterator.h" |
template<typename Lambda>
void ParallelFor
(
const Lambda & Func,
bool bForceSingleThreaded
) const
ParallelFor(const ContextCreatorType &, const Lambda &, bool)
| Name | ParallelFor |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ParticleIterator.h |
| Include Path | #include "Chaos/ParticleIterator.h" |
template<typename ContextCreatorType, typename Lambda>
void ParallelFor
(
const ContextCreatorType & ContextCreator,
const Lambda & Func,
bool bForceSingleThreaded
) const