unreal.ToolsetImage¶
- class unreal.ToolsetImage(mime_type: str = '', data: str = '')¶
Bases:
StructBaseThe 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.