Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine > API/Runtime/GeometryCollectionEngine/GeometryCollection
References
| Module | GeometryCollectionEngine |
| Header | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionComponent.h |
| Include | #include "GeometryCollection/GeometryCollectionComponent.h" |
Syntax
struct FGCCollisionProfileScopedTransaction
Remarks
Struct to be used as Transaction object used to make updates on particle per particle basis within a scope. It makes sure the collision profile names containers is up to date and the Collision profiles are loaded if needed when it goes out of scope
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGCCollisionProfileScopedTransaction
(
UGeometryCollectionComponent* InGCComponentInstance |
|||
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| FGCCollisionProfileScopedTransaction & | operator=
(
const FGCCollisionProfileScopedTransaction& Other |
||
| FGCCollisionProfileScopedTransaction & | operator=
(
FGCCollisionProfileScopedTransaction&& Other |