unreal.TextureShareBPTexture2D

class unreal.TextureShareBPTexture2D(id='', rtt=None, texture=None)

Bases: unreal.StructBase

Texture Share BPTexture 2D

C++ Source:

  • Plugin: TextureShare

  • Module: TextureShare

  • File: TextureShareContainers.h

Editor Properties: (see get_editor_property/set_editor_property)

  • id (str): [Read-Write] Id: Texture unique name

  • rtt (TextureRenderTarget2D): [Read-Write] RTT: Texture source or target (optional)

  • texture (Texture2D): [Read-Write] Texture: Texture source (optional)

property id

[Read-Write] Id: Texture unique name

Type

(str)

property rtt

[Read-Write] RTT: Texture source or target (optional)

Type

(TextureRenderTarget2D)

property texture

[Read-Write] Texture: Texture source (optional)

Type

(Texture2D)