Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TPBDActiveView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RangeFor
(
TFunctionRef< void(TItemsType&, int32, int32)> Function |
Execute the specified function in sequence for all active range. Callee responsible for inner loop. | Chaos/PBDActiveView.h | |
void RangeFor
(
TFunctionRef< void(TItemsType&, int32, int32)> Function, |
Execute the specified function in parallel for all active ranges. Callee responsible for inner loop. | Chaos/PBDActiveView.h |
RangeFor(TFunctionRef< void(TItemsType &, int32, int32)>)
Description
Execute the specified function in sequence for all active range. Callee responsible for inner loop.
| Name | RangeFor |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDActiveView.h |
| Include Path | #include "Chaos/PBDActiveView.h" |
void RangeFor
(
TFunctionRef < void> Function
) const
RangeFor(TFunctionRef< void(TItemsType &, int32, int32)>, bool)
Description
Execute the specified function in parallel for all active ranges. Callee responsible for inner loop.
| Name | RangeFor |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDActiveView.h |
| Include Path | #include "Chaos/PBDActiveView.h" |
void RangeFor
(
TFunctionRef < void> Function,
bool bForceSingleThreadedRange
) const