unreal.TSBufferChannels

class unreal.TSBufferChannels

Bases: EnumBase

ETSBuffer Channels

C++ Source:

  • Plugin: TextureGraph

  • Module: TextureGraphEngine

  • File: MixSettings.h

AUTO: TSBufferChannels

0

FOUR: TSBufferChannels

Three channels per pixel (e.g. RGB)

Type:

4

ONE: TSBufferChannels

Auto number of channels are deduced automatically based on other channels within the graph

Type:

1

THREE: TSBufferChannels

Two channels per pixel (e.g. RG = Red and Green only)

Type:

3

TWO: TSBufferChannels

One channel per pixel (e.g. Red only)

Type:

2