Navigation
API > API/Runtime > API/Runtime/Chaos
Inheritance Hierarchy
- FManagedArrayCollection
- FTransformDynamicCollection
- FGeometryDynamicCollection
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollectionProxyData.h |
| Include | #include "GeometryCollectionProxyData.h" |
Syntax
class FTransformDynamicCollection : public FManagedArrayCollection
Remarks
Managed arrays for simulation data used by the GeometryCollectionProxy FTransformDynamicCollection (FManagedArrayCollection)
Stores per instance data for transforms and hierarchy information
Variables
| Type | Name | Description | |
|---|---|---|---|
| TManagedArray< TSet< int32 > > | Children | ||
| TManagedArray< int32 > | Parent | ||
| TManagedArray< int32 > | SimulationType | ||
| TManagedArray< int32 > | StatusFlags | ||
| TManagedArray< FTransform > | Transform | Transform Group. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct () |
Construct |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FTransformDynamicCollection & | operator=
(
const FTransformDynamicCollection& |
||
| FTransformDynamicCollection & |
Typedefs
| Name | Description |
|---|---|
| Super |