Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | TParticlesRange |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ParticlesRange.h |
| Include Path | #include "Chaos/ParticlesRange.h" |
Syntax
template<typename ParticlesType, typename>
class TParticlesRange
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Chaos/ParticlesRange.h | |||
TParticlesRange
(
ParticlesType* InParticles, |
Chaos/ParticlesRange.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TParticlesRange() |
Chaos/ParticlesRange.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< T > GetArrayView
(
TArray< T >& Array |
Chaos/ParticlesRange.h | ||
TConstArrayView< T > GetConstArrayView
(
const TArray< T >& Array |
Chaos/ParticlesRange.h | ||
int32 GetOffset() |
Chaos/ParticlesRange.h | ||
const ParticlesType & GetParticles () |
Chaos/ParticlesRange.h | ||
ParticlesType & GetParticles () |
Chaos/ParticlesRange.h | ||
int32 GetRangeId() |
Chaos/ParticlesRange.h | ||
int32 GetRangeSize() |
Chaos/ParticlesRange.h | ||
bool IsValid() |
Chaos/ParticlesRange.h | ||
bool IsValidIndex
(
int32 Index |
Chaos/ParticlesRange.h | ||
int32 Size() |
Chaos/ParticlesRange.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TParticlesRange AddParticleRange
(
ParticlesType& InParticles, |
Chaos/ParticlesRange.h |