unreal.TSBufferFormat¶
- class unreal.TSBufferFormat¶
Bases:
EnumBaseETSBuffer Format
C++ Source:
Plugin: TextureGraph
Module: TextureGraphEngine
File: MixSettings.h
- AUTO: TSBufferFormat = Ellipsis¶
-1
- BYTE: TSBufferFormat = Ellipsis¶
Auto buffer format is deduced automatically based on other textures within the graph
- Type:
0
- FLOAT: TSBufferFormat = Ellipsis¶
Two bytes (half float) of data per channel
- Type:
2
- HALF: TSBufferFormat = Ellipsis¶
One byte of data per channel
- Type:
1