Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine > API/Runtime/GeometryCollectionEngine/GeometryCollection
References
| Module | GeometryCollectionEngine |
| Header | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionEngineRemoval.h |
| Include | #include "GeometryCollection/GeometryCollectionEngineRemoval.h" |
Syntax
class FGeometryCollectionDecayDynamicFacade
Remarks
Provides an API for decay related attributes ( use for remove on break and remove on sleep )
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGeometryCollectionDecayDynamicFacade
(
FManagedArrayCollection& InCollection |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add the necessary attributes if they are missing and initialize them if necessary | ||
| float | Get decay value for a specific transform index | ||
| int32 | Get the size of the decay attribute - this should match the number of transforms of the collection | ||
| bool | IsValid () |
Returns true if all the necessary attributes are present if not then the API can be used to create | |
| void | Set decay value for a specific transform index |