A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
MM_Clothes.h
Go to the documentation of this file.
1#pragma once
13class MM_Clothes : public UMaterial
14{
15public:
17 float Swatch_V;
22 float Normal_Map;
23 float Color_Mask;
24 float Color_Map;
26
27private:
1212 void MM_Clothes(); //"MI M Civilian 6 Shirt"
1213};
1214
A material with 1 graphs.
Definition MM_Clothes.h:14
float Normal_Map
Definition MM_Clothes.h:22
float Color_Map
Definition MM_Clothes.h:24
float Accent1_Swatch_U
Definition MM_Clothes.h:18
float EmissiveColor
Definition MM_Clothes.h:20
void MM_Clothes()
float Color_Mask
Definition MM_Clothes.h:23
float Swatch_V
Definition MM_Clothes.h:17
float Accent2_Swatch_U
Definition MM_Clothes.h:19
float Color_Swatch
Definition MM_Clothes.h:25
float Channel_Map
Definition MM_Clothes.h:21
float Base_Swatch_U
Definition MM_Clothes.h:16