unreal.RCController

class unreal.RCController(outer: Object | None = None, name: Name | str = 'None')

Bases: RCVirtualPropertyInContainer

Remote Control Controller. Container for Behaviours and Actions

C++ Source:

  • Plugin: RemoteControl

  • Module: RemoteControlLogic

  • File: RCController.h

Editor Properties: (see get_editor_property/set_editor_property)

  • behaviours (Set[RCBehaviour]): [Read-Write] deprecated: Please use the array Behaviors instead.

property behaviours: None

[Read-Write] deprecated: Please use the array Behaviors instead.

Type:

(Set[RCBehaviour])