A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
MM_Constant.h
Go to the documentation of this file.
1#pragma once
13class MM_Constant : public UMaterial
14{
15public:
16 float Color;
17 float Metallic;
18 float Roughness;
21
22private:
316 void MM_Constant(); //"MI Blank Dash"
317};
318
A material with 1 graphs.
Definition MM_Constant.h:14
float Roughness
Definition MM_Constant.h:18
float AmbientOcclusion
Definition MM_Constant.h:19
float EmissiveColor
Definition MM_Constant.h:20
float Metallic
Definition MM_Constant.h:17
void MM_Constant()