unreal.TextureShareTexturesDesc

class unreal.TextureShareTexturesDesc(send_textures: None = [], receive_textures: None = [])

Bases: StructBase

Custom textures for sharing

C++ Source:

  • Plugin: TextureShare

  • Module: TextureShare

  • File: TextureShareBlueprintContainersBase.h

Editor Properties: (see get_editor_property/set_editor_property)

  • receive_textures (Array[TextureShareReceiveTextureDesc]): [Read-Write] Receive all this textures

  • send_textures (Array[TextureShareSendTextureDesc]): [Read-Write] Send all this textures

property receive_textures: None

[Read-Write] Receive all this textures

Type:

(Array[TextureShareReceiveTextureDesc])

property send_textures: None

[Read-Write] Send all this textures

Type:

(Array[TextureShareSendTextureDesc])