unreal.RCBehaviour

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

Bases: Object

Base class for remote control behaviour.

Behaviour is container for: - Set of behaviour conditions - And associated actions which should be executed if that is passed the behaviour

Behaviour can be extended in Blueprints or CPP classes

C++ Source:

  • Plugin: RemoteControl

  • Module: RemoteControlLogic

  • File: RCBehaviour.h