A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
Mat_PlantA.h
Go to the documentation of this file.
1#pragma once
13class Mat_PlantA : 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_PlantA(); //"Mat Plant A"
505};
506
A material with 1 graphs.
Definition Mat_PlantA.h:14
void Mat_PlantA()
float Rough__R__AO__G__Metallic__B_
Definition Mat_PlantA.h:19
float Albedo
Definition Mat_PlantA.h:21
float Color
Definition Mat_PlantA.h:17
float Normal
Definition Mat_PlantA.h:20
float Roughness
Definition Mat_PlantA.h:18
float Mask_Clamp
Definition Mat_PlantA.h:16