unreal.LiveLinkDevice

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

Bases: Object

Abstract base class for all Live Link devices.

C++ Source:

  • Plugin: LiveLinkDevice

  • Module: LiveLinkDevice

  • File: LiveLinkDevice.h

get_device_health() DeviceHealth

At-a-glance health/”severity” of the device.

Return type:

DeviceHealth

get_display_name() Text

Human-readable display name for this device.

Return type:

Text

get_health_text() Text

Human-readable explanation for the current device health.

Return type:

Text