Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine
References
| Module | GeometryCollectionEngine |
| Header | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/ChaosTrailingEventFilter.h |
| Include | #include "ChaosTrailingEventFilter.h" |
Syntax
USTRUCT (BlueprintType )
struct FChaosTrailingEventData
Remarks
A trailing event data structure.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | AngularVelocity | The angular velocity of the trail. | |
| FVector | Location | Current trail location. | |
| float | Mass | The mass of the trail. | |
| int32 | ParticleIndex | The particle index of the trail. | |
| FVector | Velocity | The velocity of the trail. |
Constructors
| Type | Name | Description | |
|---|---|---|---|