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 | |
|---|---|---|---|
| const FGeometryCollection * | RestCollection |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTransformDynamicCollection
(
const FGeometryCollection* InRestCollection |
|||
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TManagedArray< bool > & | GetHasParent () |
||
| bool | GetHasParent
(
int32 Index |
||
| int32 | |||
| int32 | |||
| const FTransform3f & | GetTransform
(
int32 Index |
||
| bool | HasChildren
(
int32 Index |
||
| void | IterateThroughChildren
(
int32 Index, |
||
| void | |||
| void | SetHasParent
(
int32 Index, |
||
| void | SetTransform
(
int32 Index, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FTransformDynamicCollection & | operator=
(
const FTransformDynamicCollection& |
||
| FTransformDynamicCollection & |
Typedefs
| Name | Description |
|---|---|
| Super |