unreal.RemoteControlEntity

class unreal.RemoteControlEntity(owner: RemoteControlPreset = Ellipsis, label: Name = 'None', id: Guid = [])

Bases: StructBase

Base class for exposed objects, properties, functions etc…

C++ Source:

  • Plugin: RemoteControl

  • Module: RemoteControl

  • File: RemoteControlEntity.h

Editor Properties: (see get_editor_property/set_editor_property)

  • id (Guid): [Read-Only] Unique identifier for this entity

  • label (Name): [Read-Only] This exposed entity’s alias.

  • owner (RemoteControlPreset): [Read-Write] The preset that owns this entity.

property id: Guid

[Read-Only] Unique identifier for this entity

Type:

(Guid)

property label: Name

[Read-Only] This exposed entity’s alias.

Type:

(Name)

property owner: RemoteControlPreset

[Read-Only] The preset that owns this entity.

Type:

(RemoteControlPreset)