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

#include <ChaosEventType.h>

Public Member Functions

ENGINE_API FCollisionChaosEventBodyInfo ()
 

Public Attributes

FVector Velocity
 
FVector DeltaVelocity
 
FVector AngularVelocity
 
float Mass
 
TObjectPtr< class UPhysicalMaterialPhysMaterial
 
TWeakObjectPtr< UPrimitiveComponent > Component
 
int32 BodyIndex
 
FName BoneName
 

Constructor & Destructor Documentation

◆ FCollisionChaosEventBodyInfo()

FCollisionChaosEventBodyInfo::FCollisionChaosEventBodyInfo ( )

Member Data Documentation

◆ AngularVelocity

FVector FCollisionChaosEventBodyInfo::AngularVelocity

◆ BodyIndex

int32 FCollisionChaosEventBodyInfo::BodyIndex

◆ BoneName

FName FCollisionChaosEventBodyInfo::BoneName

◆ Component

TWeakObjectPtr<UPrimitiveComponent> FCollisionChaosEventBodyInfo::Component

◆ DeltaVelocity

FVector FCollisionChaosEventBodyInfo::DeltaVelocity

◆ Mass

float FCollisionChaosEventBodyInfo::Mass

◆ PhysMaterial

TObjectPtr<class UPhysicalMaterial> FCollisionChaosEventBodyInfo::PhysMaterial

◆ Velocity

FVector FCollisionChaosEventBodyInfo::Velocity

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