Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine
A Removal event data structure.
| Name | FChaosRemovalEventData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/ChaosRemovalEventFilter.h |
| Include Path | #include "ChaosRemovalEventFilter.h" |
Syntax
USTRUCT (BlueprintType )
struct FChaosRemovalEventData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChaosRemovalEventData() |
ChaosRemovalEventFilter.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Location | FVector | Current removal location. | ChaosRemovalEventFilter.h |
|
| Mass | float | The mass of the removal. | ChaosRemovalEventFilter.h |
|
| ParticleIndex | int32 | The particle index of the removal. | ChaosRemovalEventFilter.h |
|