unreal.ChaosPhysicsCollisionInfo

class unreal.ChaosPhysicsCollisionInfo(component: PrimitiveComponent = Ellipsis, other_component: PrimitiveComponent = Ellipsis, location: Vector = Ellipsis, normal: Vector = Ellipsis, accumulated_impulse: Vector = Ellipsis, velocity: Vector = Ellipsis, other_velocity: Vector = Ellipsis, angular_velocity: Vector = Ellipsis, other_angular_velocity: Vector = Ellipsis, mass: float = 0.0, other_mass: float = 0.0)

Bases: StructBase

Chaos Physics Collision Info

C++ Source:

  • Module: ChaosSolverEngine

  • File: ChaosNotifyHandlerInterface.h

Editor Properties: (see get_editor_property/set_editor_property)

  • accumulated_impulse (Vector): [Read-Write] Accumulated Impulse

  • angular_velocity (Vector): [Read-Write] Angular Velocity

  • component (PrimitiveComponent): [Read-Write] Component

  • location (Vector): [Read-Write] Location: Location of the impact

  • mass (float): [Read-Write] Mass

  • normal (Vector): [Read-Write] Normal: Normal at the impact

  • other_angular_velocity (Vector): [Read-Write] Other Angular Velocity

  • other_component (PrimitiveComponent): [Read-Write] Other Component

  • other_mass (float): [Read-Write] Other Mass

  • other_velocity (Vector): [Read-Write] Other Velocity

  • velocity (Vector): [Read-Write] Velocity

property accumulated_impulse: Vector

[Read-Write] Accumulated Impulse

Type:

(Vector)

property angular_velocity: Vector

[Read-Write] Angular Velocity

Type:

(Vector)

property component: PrimitiveComponent

[Read-Write] Component

Type:

(PrimitiveComponent)

property location: Vector

[Read-Write] Location: Location of the impact

Type:

(Vector)

property mass: float

[Read-Write] Mass

Type:

(float)

property normal: Vector

[Read-Write] Normal: Normal at the impact

Type:

(Vector)

property other_angular_velocity: Vector

[Read-Write] Other Angular Velocity

Type:

(Vector)

property other_component: PrimitiveComponent

[Read-Write] Other Component

Type:

(PrimitiveComponent)

property other_mass: float

[Read-Write] Other Mass

Type:

(float)

property other_velocity: Vector

[Read-Write] Other Velocity

Type:

(Vector)

property velocity: Vector

[Read-Write] Velocity

Type:

(Vector)