A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
M_HandMat.h
Go to the documentation of this file.
1#pragma once
13class M_HandMat : public UMaterial
14{
15public:
16 float BodyColor;
17 float NormalMap;
18
19private:
341 void M_HandMat(); //"M Hand Mat"
342};
343
A material with 1 graphs.
Definition M_HandMat.h:14
void M_HandMat()
float BodyColor
Definition M_HandMat.h:16
float NormalMap
Definition M_HandMat.h:17