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] Texture unique namertt
(TextureRenderTarget2D): [Read-Write] Texture source or target (optional)texture
(Texture2D): [Read-Write] Texture source (optional)
- property rtt¶
[Read-Write] Texture source or target (optional)
- Type