A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
Mat_PlantB.h
Go to the documentation of this file.
1#pragma once
13class Mat_PlantB : public UMaterial
14{
15public:
16 float Mask_Clamp;
17 float Color;
18 float Roughness;
20 float Normal;
21 float Albedo;
22
23private:
504 void Mat_PlantB(); //"Mat Plant A"
505};
506
A material with 1 graphs.
Definition Mat_PlantB.h:14
float Albedo
Definition Mat_PlantB.h:21
float Rough__R__AO__G__Metallic__B_
Definition Mat_PlantB.h:19
float Color
Definition Mat_PlantB.h:17
float Normal
Definition Mat_PlantB.h:20
void Mat_PlantB()
float Mask_Clamp
Definition Mat_PlantB.h:16
float Roughness
Definition Mat_PlantB.h:18