unreal.RCBehaviourBind

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

Bases: RCBehaviour

[Bind Behaviour]

Binds a given Controller with multiple exposed properties. Any changes to the value of the controller are directly propagated to the linked properties by Bind Behaviour.

C++ Source:

  • Plugin: RemoteControl

  • Module: RemoteControlLogic

  • File: RCBehaviourBind.h