unreal.PhysicsControlCreationData

class unreal.PhysicsControlCreationData(control: PhysicsControl = Ellipsis, sets: None = [])

Bases: StructBase

Used on creation, to allow requesting the control to be in certain sets

C++ Source:

  • Plugin: PhysicsControl

  • Module: PhysicsControl

  • File: PhysicsControlData.h

Editor Properties: (see get_editor_property/set_editor_property)

  • control (PhysicsControl): [Read-Write]

  • sets (Array[Name]): [Read-Write]

property control: PhysicsControl

[Read-Write]

Type:

(PhysicsControl)

property sets: None

[Read-Write]

Type:

(Array[Name])