unreal.ToolsetReference

class unreal.ToolsetReference(ref_path: str = '')

Bases: StructBase

Represents a reference to a UObject or UClass.

C++ Source:

  • Plugin: ToolsetRegistry

  • Module: ToolsetRegistry

  • File: ReferenceConverter.h

Editor Properties: (see get_editor_property/set_editor_property)

  • ref_path (str): [Read-Write] The reference stored as a soft path string.

property ref_path: str

[Read-Write] The reference stored as a soft path string.

Type:

(str)