UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FChaosCrumblingEvent Struct Reference

#include <ChaosEventType.h>

Public Member Functions

 FChaosCrumblingEvent ()
 

Public Attributes

TObjectPtr< UPrimitiveComponent > Component = nullptr
 
FVector Location
 
FQuat Orientation
 
FVector LinearVelocity
 
FVector AngularVelocity
 
float Mass
 
FBox LocalBounds
 
TArray< int32Children
 

Constructor & Destructor Documentation

◆ FChaosCrumblingEvent()

FChaosCrumblingEvent::FChaosCrumblingEvent ( )
inline

Member Data Documentation

◆ AngularVelocity

FVector FChaosCrumblingEvent::AngularVelocity

Angular Velocity of the crumbling cluster

◆ Children

TArray<int32> FChaosCrumblingEvent::Children

List of children indices released (optional : see geometry collection component bCrumblingEventIncludesChildren)

◆ Component

TObjectPtr<UPrimitiveComponent> FChaosCrumblingEvent::Component = nullptr

primitive component involved in the crumble event

◆ LinearVelocity

FVector FChaosCrumblingEvent::LinearVelocity

Linear Velocity of the crumbling cluster

◆ LocalBounds

FBox FChaosCrumblingEvent::LocalBounds

Local bounding box of the crumbling cluster

◆ Location

FVector FChaosCrumblingEvent::Location

World location of the crumbling cluster

◆ Mass

float FChaosCrumblingEvent::Mass

Mass of the crumbling cluster

◆ Orientation

FQuat FChaosCrumblingEvent::Orientation

World orientation of the crumbling cluster


The documentation for this struct was generated from the following file: