Skip to content
On this page

enum ETextureBlendType

TextureBlendType specifies which type of blend function to use to blend textures. The blend type function will be used while casting channels during material casting.

Values

KeyValueComment
Replace0
Add1
Subtract2
Multiply3
Alpha4
PreMultipliedAlpha5
Over6
In7
Out8
AddWAlpha9
SubtractWAlpha10
MultiplyWAlpha11