Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine > API/Runtime/GeometryCollectionEngine/GeometryCollection
References
| Module | GeometryCollectionEngine |
| Header | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionDamagePropagationData.h |
| Include | #include "GeometryCollection/GeometryCollectionDamagePropagationData.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryCollectionDamagePropagationData
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnabled | Whether or not damage propagation is enabled. | |
| float | BreakDamagePropagationFactor | Factor of the remaining strain propagated through the connection graph after a piece breaks. | |
| float | ShockDamagePropagationFactor | Factor of the received strain propagated throug the connection graph if the piece did not break. |