A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
M_UnlitBlack.h
Go to the documentation of this file.
1#pragma once
13class M_UnlitBlack : public UMaterial
14{
15public:
16 float Color;
17
18private:
201 void M_UnlitBlack(); //"M Unlit Black"
202};
203
A material with 1 graphs.
void M_UnlitBlack()