unreal.ToolsetImage

class unreal.ToolsetImage(mime_type: str = '', data: str = '')

Bases: StructBase

The standard image format that toolsets should return.

C++ Source:

  • Plugin: ToolsetRegistry

  • Module: ToolsetRegistry

  • File: ToolsetImage.h

Editor Properties: (see get_editor_property/set_editor_property)

  • data (str): [Read-Write] The image data encoded as a base64 string.

  • mime_type (str): [Read-Write] The format the image is encoded in.

property data: str

[Read-Only] The image data encoded as a base64 string.

Type:

(str)

property mime_type: str

[Read-Only] The format the image is encoded in.

Type:

(str)