unreal.ChaosTrailingEventData
¶
- class unreal.ChaosTrailingEventData(location: Vector = Ellipsis, velocity: Vector = Ellipsis, angular_velocity: Vector = Ellipsis, mass: float = 0.0, particle_index: int = 0)¶
Bases:
StructBase
A trailing event data structure.
C++ Source:
Module: GeometryCollectionEngine
File: ChaosTrailingEventFilter.h
Editor Properties: (see get_editor_property/set_editor_property)
angular_velocity
(Vector): [Read-Write] The angular velocity of the trail.location
(Vector): [Read-Write] Current trail location.mass
(float): [Read-Write] The mass of the trail.particle_index
(int32): [Read-Write] The particle index of the trail.velocity
(Vector): [Read-Write] The velocity of the trail.