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

#include <ChaosNotifyHandlerInterface.h>

Public Member Functions

CHAOSSOLVERENGINE_API FChaosPhysicsCollisionInfo ()
 

Public Attributes

TObjectPtr< UPrimitiveComponent > Component = nullptr
 
TObjectPtr< UPrimitiveComponent > OtherComponent = nullptr
 
FVector Location
 
FVector Normal
 
FVector AccumulatedImpulse
 
FVector Velocity
 
FVector OtherVelocity
 
FVector AngularVelocity
 
FVector OtherAngularVelocity
 
float Mass
 
float OtherMass
 

Constructor & Destructor Documentation

◆ FChaosPhysicsCollisionInfo()

FChaosPhysicsCollisionInfo::FChaosPhysicsCollisionInfo ( )

Member Data Documentation

◆ AccumulatedImpulse

FVector FChaosPhysicsCollisionInfo::AccumulatedImpulse

◆ AngularVelocity

FVector FChaosPhysicsCollisionInfo::AngularVelocity

◆ Component

TObjectPtr<UPrimitiveComponent> FChaosPhysicsCollisionInfo::Component = nullptr

◆ Location

FVector FChaosPhysicsCollisionInfo::Location

Location of the impact

◆ Mass

float FChaosPhysicsCollisionInfo::Mass

◆ Normal

FVector FChaosPhysicsCollisionInfo::Normal

Normal at the impact

◆ OtherAngularVelocity

FVector FChaosPhysicsCollisionInfo::OtherAngularVelocity

◆ OtherComponent

TObjectPtr<UPrimitiveComponent> FChaosPhysicsCollisionInfo::OtherComponent = nullptr

◆ OtherMass

float FChaosPhysicsCollisionInfo::OtherMass

◆ OtherVelocity

FVector FChaosPhysicsCollisionInfo::OtherVelocity

◆ Velocity

FVector FChaosPhysicsCollisionInfo::Velocity

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