Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | TKinematicGeometryParticlesImp |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/KinematicGeometryParticles.h |
| Include Path | #include "Chaos/KinematicGeometryParticles.h" |
Syntax
template<class T, int d, EGeometryParticlesSimType SimType>
class TKinematicGeometryParticlesImp : public Chaos::TGeometryParticlesImp< T, d, SimType >
Inheritance Hierarchy
- TArrayCollection → TParticles → TSimpleGeometryParticles → TGeometryParticlesImp → TKinematicGeometryParticlesImp
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Chaos/KinematicGeometryParticles.h | |||
TKinematicGeometryParticlesImp
(
const TKinematicGeometryParticlesImp< T, d, SimType >& Other |
Chaos/KinematicGeometryParticles.h | ||
TKinematicGeometryParticlesImp
(
TKinematicGeometryParticlesImp< T, d, SimType >&& Other |
Chaos/KinematicGeometryParticles.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TKinematicGeometryParticlesImp() |
Chaos/KinematicGeometryParticles.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| THandleType | TKinematicGeometryParticleHandle< T, d > | Chaos/KinematicGeometryParticles.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| KinematicTargets | TArrayCollectionArray< FKinematicTarget > | Chaos/KinematicGeometryParticles.h | ||
| MV | TArrayCollectionArray< TVector< FRealSingle, d > > | Chaos/KinematicGeometryParticles.h | ||
| MW | TArrayCollectionArray< TVector< FRealSingle, d > > | Chaos/KinematicGeometryParticles.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FKinematicTarget > & AllKinematicTargets() |
Chaos/KinematicGeometryParticles.h | ||
| Chaos/KinematicGeometryParticles.h | |||
| Chaos/KinematicGeometryParticles.h | |||
const TVector< T, d > GetV
(
const int32 Index |
Chaos/KinematicGeometryParticles.h | ||
const TVector< FRealSingle, d > GetVf
(
const int32 Index |
Chaos/KinematicGeometryParticles.h | ||
const TVector< T, d > GetW
(
const int32 Index |
Chaos/KinematicGeometryParticles.h | ||
const TVector< FRealSingle, d > GetWf
(
const int32 Index |
Chaos/KinematicGeometryParticles.h | ||
const THandleType * Handle
(
int32 Index |
Chaos/KinematicGeometryParticles.h | ||
THandleType * Handle
(
int32 Index |
Cannot be reference because double pointer would allow for badness, but still useful to have non const access to handle | Chaos/KinematicGeometryParticles.h | |
FKinematicTarget & KinematicTarget
(
const int32 Index |
Chaos/KinematicGeometryParticles.h | ||
const FKinematicTarget & KinematicTarget
(
const int32 Index |
Chaos/KinematicGeometryParticles.h | ||
void SetV
(
const int32 Index, |
Chaos/KinematicGeometryParticles.h | ||
void SetVf
(
const int32 Index, |
Chaos/KinematicGeometryParticles.h | ||
void SetW
(
const int32 Index, |
Chaos/KinematicGeometryParticles.h | ||
void SetWf
(
const int32 Index, |
Chaos/KinematicGeometryParticles.h | ||
FString ToString
(
int32 index |
Chaos/KinematicGeometryParticles.h | ||
| Chaos/KinematicGeometryParticles.h | |||
| Chaos/KinematicGeometryParticles.h | |||
| Chaos/KinematicGeometryParticles.h | |||
| Chaos/KinematicGeometryParticles.h |
Overridden from TSimpleGeometryParticles
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
FChaosArchive& Ar |
Chaos/KinematicGeometryParticles.h |