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 FGeometryDynamicCollection : public FTransformDynamicCollection
Remarks
FGeometryDynamicCollection (FTransformDynamicCollection)
Stores per instance data for simulation level information
Variables
| Type | Name | Description | |
|---|---|---|---|
| TManagedArray< bool > | Active | Transform Group. | |
| TManagedArray< int32 > | CollisionGroup | ||
| TManagedArray< int32 > | CollisionMask | ||
| TManagedArray< int32 > | CollisionStructureID | ||
| TManagedArray< int32 > | DynamicState | ||
| TManagedArray< FSharedImplicit > | Implicits | ||
| TManagedArray< FTransform > | MassToLocal | ||
| TManagedArray< TUniquePtr< FCollisionStructureManager::FSimplicial > > | Simplicials | ||
| TManagedArray< bool > | SimulatableParticles |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CopyInitialVelocityAttributesFrom
(
const FGeometryDynamicCollection& SourceCollection |
||
| FInitialVelocityFacade | |||
| FInitialVelocityFacade |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FGeometryDynamicCollection & | operator=
(
const FGeometryDynamicCollection& |
||
| FGeometryDynamicCollection & |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FInitialVelocityFacade |
Typedefs
| Name | Description |
|---|---|
| FSharedImplicit | |
| Super |