Skip to content

Commit

Permalink
Added alias for UE4 UMaterialInstanceDynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
gildor2 committed Apr 16, 2022
1 parent e302d7c commit 80b1558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Unreal/UnrealMaterial/UnMaterial3.h
Original file line number Diff line number Diff line change
Expand Up @@ -1332,6 +1332,7 @@ class UUIStreamingTextures : public UObject

#define REGISTER_MATERIAL_CLASSES_U4 \
REGISTER_CLASS_ALIAS(UTextureCube4, UTextureCube) \
REGISTER_CLASS_ALIAS(UMaterialInstanceConstant, UMaterialInstanceDynamic) \
REGISTER_CLASS(FMaterialParameterInfo) \
REGISTER_CLASS(FMaterialCachedParameterEntry) \
REGISTER_CLASS(FMaterialCachedParameters) \
Expand Down

0 comments on commit 80b1558

Please sign in to comment.