unreal.ChaosBreakEvent
¶
- class unreal.ChaosBreakEvent(component: PrimitiveComponent = Ellipsis, location: Vector = Ellipsis, velocity: Vector = Ellipsis, angular_velocity: Vector = Ellipsis, extents: Vector = Ellipsis, mass: float = 0.0, index: int = 0, from_crumble: bool = False)¶
Bases:
StructBase
Chaos Break Event
C++ Source:
Module: Engine
File: ChaosEventType.h
Editor Properties: (see get_editor_property/set_editor_property)
angular_velocity
(Vector): [Read-Write] Angular Velocity of the breaking particlecomponent
(PrimitiveComponent): [Read-Write] primitive component involved in the break eventextents
(Vector): [Read-Write] Extents of the bounding boxfrom_crumble
(bool): [Read-Write] Whether the break event originated from a crumble eventindex
(int32): [Read-Write] Index of the geometry collection bone if positivelocation
(Vector): [Read-Write] World location of the breakmass
(float): [Read-Write] Mass of the breaking particlevelocity
(Vector): [Read-Write] Linear Velocity of the breaking particle
- property angular_velocity: Vector¶
[Read-Only] Angular Velocity of the breaking particle
- Type:
(Vector)
- property component: PrimitiveComponent¶
[Read-Only] primitive component involved in the break event
- Type: