Created MaskedRainbow material in unreal

This commit is contained in:
2026-02-20 18:50:13 -05:00
parent 68b88a19f4
commit cf77eb8544
6 changed files with 69 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ public class Integration : ModuleRules
{
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
PublicDependencyModuleNames.AddRange(new string[] {
PublicDependencyModuleNames.AddRange(new string[] {
"Core",
"CoreUObject",
"Engine",
@@ -18,7 +18,8 @@ public class Integration : ModuleRules
"Networking",
"EnhancedInput",
"UMG",
"CommonUI"
"CommonUI",
"RenderCore"
});
PrivateDependencyModuleNames.AddRange(new string[] {