Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Physics > API/Runtime/Engine/Physics/Experimental
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Physics/Experimental/ChaosEventType.h |
| Include | #include "Physics/Experimental/ChaosEventType.h" |
Syntax
struct FChaosCrumblingEvent
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | AngularVelocity | Angular Velocity of the crumbling cluster | |
| TArray< int32 > | Children | List of children indices released (optional : see geometry collection component bCrumblingEventIncludesChildren) | |
| TObjectPtr< UPrimitiveComponent > | Component | Primitive component involved in the crumble event | |
| FVector | LinearVelocity | Linear Velocity of the crumbling cluster | |
| FBox | LocalBounds | Local bounding box of the crumbling cluster | |
| FVector | Location | World location of the crumbling cluster | |
| float | Mass | Mass of the crumbling cluster | |
| FQuat | Orientation | World orientation of the crumbling cluster |
Constructors
| Type | Name | Description | |
|---|---|---|---|