 |
UDMMaterialValueBool |
Component representing a bool value. Manages its own parameter. |
|
 |
UDMMaterialValueColorAtlas |
Component representing a color atlas value. Manages its own parameter. |
|
 |
UDMMaterialValueFloat |
Base class for float/scalar values in Materials. |
|
 |
UDMMaterialValueFloat1 |
Component representing a float/scalar value. Manages its own parameter. |
|
 |
UDMMaterialValueFloat2 |
Component representing an FVector2D value. Manages its own parameter. |
|
 |
UDMMaterialValueFloat3RGB |
Component representing an FLinearColor (no alpha) value. Manages its own parameter. |
|
 |
UDMMaterialValueFloat3RPY |
Component representing an FRotator value. Manages its own parameter. |
|
 |
UDMMaterialValueFloat3XYZ |
Component representing an FVector value. Manages its own parameter. |
|
 |
UDMMaterialValueFloat4 |
Component representing a float4 value. Manages its own parameter. |
|
 |
UDMMaterialValueRenderTarget |
Component representing a render target texture value. Manages its own parameter. |
|
 |
UDMMaterialValueTexture |
Component representing a texture value. Manages its own parameter. |
|