unreal.TextureShareSendTextureDesc

class unreal.TextureShareSendTextureDesc(name: str = '', texture: Texture = Ellipsis)

Bases: StructBase

Texture with name for sending

C++ Source:

  • Plugin: TextureShare

  • Module: TextureShare

  • File: TextureShareBlueprintContainersBase.h

Editor Properties: (see get_editor_property/set_editor_property)

  • name (str): [Read-Write] Resource name (used for IPC)

  • texture (Texture): [Read-Write] Resource to send

property name: str

[Read-Write] Resource name (used for IPC)

Type:

(str)

property texture: Texture

[Read-Write] Resource to send

Type:

(Texture)