unreal.TextureShareObject

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

Bases: Object

TextureShare UObject container

C++ Source:

  • Plugin: TextureShare

  • Module: TextureShare

  • File: TextureShareBlueprintContainers.h

Editor Properties: (see get_editor_property/set_editor_property)

  • custom_data (TextureShareCustomData): [Read-Write] Shared custom data

  • desc (TextureShareObjectDesc): [Read-Write] Object description

  • enable (bool): [Read-Write] Enable this texture share object

  • textures (TextureShareTexturesDesc): [Read-Write] Shared resources

property custom_data: TextureShareCustomData

[Read-Write] Shared custom data

Type:

(TextureShareCustomData)

property desc: TextureShareObjectDesc

[Read-Write] Object description

Type:

(TextureShareObjectDesc)

property enable: bool

[Read-Write] Enable this texture share object

Type:

(bool)

send_custom_data(send_parameters) None

Override CustomData SendParameters

Parameters:

send_parameters (Map[str, str]) –

property textures: TextureShareTexturesDesc

[Read-Write] Shared resources

Type:

(TextureShareTexturesDesc)