Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | FSolverParticlesRange |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SoftsSolverParticlesRange.h |
| Include Path | #include "Chaos/SoftsSolverParticlesRange.h" |
Syntax
class FSolverParticlesRange : public Chaos::Softs::TParticlesRange< FSolverParticles >
Inheritance Hierarchy
- TParticlesRange → FSolverParticlesRange
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSolverParticlesRange
(
FSolverParticles* InParticles, |
Chaos/SoftsSolverParticlesRange.h | ||
FSolverParticlesRange
(
TParticlesRange< FSolverParticles >&& Other |
Chaos/SoftsSolverParticlesRange.h | ||
| Chaos/SoftsSolverParticlesRange.h | |||
| Chaos/SoftsSolverParticlesRange.h | |||
FSolverParticlesRange
(
const FSolverParticlesRange& |
Chaos/SoftsSolverParticlesRange.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FSolverParticlesRange() |
Chaos/SoftsSolverParticlesRange.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FSolverVec3 & Acceleration
(
const int32 Index |
Chaos/SoftsSolverParticlesRange.h | ||
FSolverVec3 & Acceleration
(
const int32 Index |
Chaos/SoftsSolverParticlesRange.h | ||
TConstArrayView< FSolverVec3 > GetAcceleration () |
Chaos/SoftsSolverParticlesRange.h | ||
TArrayView< FSolverVec3 > GetAcceleration () |
Chaos/SoftsSolverParticlesRange.h | ||
TConstArrayView< FSolverReal > GetInvM () |
Chaos/SoftsSolverParticlesRange.h | ||
TArrayView< FSolverReal > GetInvM () |
Chaos/SoftsSolverParticlesRange.h | ||
TConstArrayView< FSolverReal > GetM () |
Chaos/SoftsSolverParticlesRange.h | ||
TArrayView< FSolverReal > GetM () |
Chaos/SoftsSolverParticlesRange.h | ||
const FSolverVec3 & GetP
(
const int32 Index |
Chaos/SoftsSolverParticlesRange.h | ||
TArrayView< FPAndInvM > GetPAndInvM () |
Chaos/SoftsSolverParticlesRange.h | ||
TConstArrayView< FPAndInvM > GetPAndInvM () |
Chaos/SoftsSolverParticlesRange.h | ||
TArrayView< FSolverVec3 > GetV () |
Chaos/SoftsSolverParticlesRange.h | ||
TConstArrayView< FSolverVec3 > GetV () |
Chaos/SoftsSolverParticlesRange.h | ||
TConstArrayView< FSolverVec3 > GetVPrev () |
Chaos/SoftsSolverParticlesRange.h | ||
TArrayView< FSolverVec3 > GetVPrev () |
Chaos/SoftsSolverParticlesRange.h | ||
const FSolverVec3 & GetX
(
const int32 Index |
Chaos/SoftsSolverParticlesRange.h | ||
FSolverReal InvM
(
const int32 Index |
Chaos/SoftsSolverParticlesRange.h | ||
FSolverReal & InvM
(
const int32 Index |
Chaos/SoftsSolverParticlesRange.h | ||
FSolverReal M
(
const int32 Index |
Chaos/SoftsSolverParticlesRange.h | ||
FSolverReal & M
(
const int32 Index |
Chaos/SoftsSolverParticlesRange.h | ||
const FSolverVec3 & P
(
const int32 Index |
SolverParticles data. | Chaos/SoftsSolverParticlesRange.h | |
FSolverVec3 & P
(
const int32 Index |
Chaos/SoftsSolverParticlesRange.h | ||
| Chaos/SoftsSolverParticlesRange.h | |||
| Chaos/SoftsSolverParticlesRange.h | |||
void SetP
(
const int32 Index, |
Chaos/SoftsSolverParticlesRange.h | ||
void SetX
(
const int32 Index, |
Chaos/SoftsSolverParticlesRange.h | ||
const FSolverVec3 & V
(
const int32 Index |
DynamicParticles data. | Chaos/SoftsSolverParticlesRange.h | |
FSolverVec3 & V
(
const int32 Index |
Chaos/SoftsSolverParticlesRange.h | ||
const FSolverVec3 & VPrev
(
const int32 Index |
Chaos/SoftsSolverParticlesRange.h | ||
FSolverVec3 & VPrev
(
const int32 Index |
Chaos/SoftsSolverParticlesRange.h | ||
const FSolverVec3 & X
(
const int32 Index |
Particles data. | Chaos/SoftsSolverParticlesRange.h | |
FSolverVec3 & X
(
const int32 Index |
Chaos/SoftsSolverParticlesRange.h | ||
TConstArrayView< FSolverVec3 > XArray () |
Chaos/SoftsSolverParticlesRange.h | ||
TArrayView< FSolverVec3 > XArray () |
Chaos/SoftsSolverParticlesRange.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSolverParticlesRange & operator=
(
const FSolverParticlesRange& |
Chaos/SoftsSolverParticlesRange.h | ||
| Chaos/SoftsSolverParticlesRange.h |