unreal.TextureShareObject¶
- class unreal.TextureShareObject(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
ObjectTextureShare 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 datadesc(TextureShareObjectDesc): [Read-Write] Object descriptionenable(bool): [Read-Write] Enable this texture share objecttextures(TextureShareTexturesDesc): [Read-Write] Shared resources
- property custom_data: TextureShareCustomData¶
[Read-Write] Shared custom data
- Type:
- property desc: TextureShareObjectDesc¶
[Read-Write] Object description
- Type:
- property textures: TextureShareTexturesDesc¶
[Read-Write] Shared resources
- Type: