unreal.DisplayClusterConfigurationInfo

class unreal.DisplayClusterConfigurationInfo(description: str = '', version: str = '', asset_path: str = '')

Bases: StructBase

Display Cluster Configuration Info

C++ Source:

  • Plugin: nDisplay

  • Module: DisplayClusterConfiguration

  • File: DisplayClusterConfigurationTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • asset_path (str): [Read-Only]

  • description (str): [Read-Write]

  • version (str): [Read-Only]

property asset_path: str

[Read-Only]

Type:

(str)

property description: str

[Read-Write]

Type:

(str)

property version: str

[Read-Only]

Type:

(str)