We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e302d7c commit 80b1558Copy full SHA for 80b1558
Unreal/UnrealMaterial/UnMaterial3.h
@@ -1332,6 +1332,7 @@ class UUIStreamingTextures : public UObject
1332
1333
#define REGISTER_MATERIAL_CLASSES_U4 \
1334
REGISTER_CLASS_ALIAS(UTextureCube4, UTextureCube) \
1335
+ REGISTER_CLASS_ALIAS(UMaterialInstanceConstant, UMaterialInstanceDynamic) \
1336
REGISTER_CLASS(FMaterialParameterInfo) \
1337
REGISTER_CLASS(FMaterialCachedParameterEntry) \
1338
REGISTER_CLASS(FMaterialCachedParameters) \
0 commit comments