Navigation
API > API/Runtime > API/Runtime/ChaosSolverEngine > API/Runtime/ChaosSolverEngine/Chaos
References
| Module | ChaosSolverEngine |
| Header | /Engine/Source/Runtime/Experimental/ChaosSolverEngine/Public/Chaos/ChaosNotifyHandlerInterface.h |
| Include | #include "Chaos/ChaosNotifyHandlerInterface.h" |
Syntax
struct FChaosPhysicsCollisionInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | AccumulatedImpulse | ||
| FVector | AngularVelocity | ||
| TObjectPtr< UPrimitiveComponent > | Component | ||
| FVector | Location | Location of the impact | |
| float | Mass | ||
| FVector | Normal | Normal at the impact | |
| FVector | OtherAngularVelocity | ||
| TObjectPtr< UPrimitiveComponent > | OtherComponent | ||
| float | OtherMass | ||
| FVector | OtherVelocity | ||
| FVector | Velocity |
Constructors
| Type | Name | Description | |
|---|---|---|---|