A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
MM_Eyes.h
Go to the documentation of this file.
1#pragma once
13class MM_Eyes : public UMaterial
14{
15public:
16 float Roughness;
17 float Occlusion;
19 float Color_Map;
20
21private:
411 void MM_Eyes(); //"MI Eyes"
412};
413
A material with 1 graphs.
Definition MM_Eyes.h:14
float EmissiveColor
Definition MM_Eyes.h:18
float Occlusion
Definition MM_Eyes.h:17
float Roughness
Definition MM_Eyes.h:16
float Color_Map
Definition MM_Eyes.h:19
void MM_Eyes()