unreal.TSBufferFormat

class unreal.TSBufferFormat

Bases: EnumBase

ETSBuffer Format

C++ Source:

  • Plugin: TextureGraph

  • Module: TextureGraphEngine

  • File: MixSettings.h

AUTO: TSBufferFormat

-1

BYTE: TSBufferFormat

Auto buffer format is deduced automatically based on other textures within the graph

Type:

0

FLOAT: TSBufferFormat

Two bytes (half float) of data per channel

Type:

2

HALF: TSBufferFormat

One byte of data per channel

Type:

1