Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FEvolution
| Name | TArrayRange |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SoftsEvolution.h |
| Include Path | #include "Chaos/SoftsEvolution.h" |
Syntax
template<typename ElementType>
struct TArrayRange
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Array | TArray< ElementType > * | Chaos/SoftsEvolution.h | ||
| Offset | int32 | Chaos/SoftsEvolution.h | ||
| RangeSize | int32 | Chaos/SoftsEvolution.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< ElementType > GetArrayView() |
Chaos/SoftsEvolution.h | ||
TConstArrayView< ElementType > GetConstArrayView() |
Chaos/SoftsEvolution.h | ||
int32 GetRangeSize() |
Chaos/SoftsEvolution.h | ||
bool IsEmpty() |
Chaos/SoftsEvolution.h | ||
bool IsValid() |
Chaos/SoftsEvolution.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TArrayRange AddRange
(
TArray< ElementType >& InArray, |
Chaos/SoftsEvolution.h |