Create RenderTarget Utilitiy Library for Capturing Images to Texture2D Object #47

Merged
evanvyktori merged 3 commits from Ancient23/LuckyWorldV2:main into main 2025-04-29 23:49:18 +00:00
Showing only changes of commit a3347489bc - Show all commits

View File

@ -19,7 +19,8 @@ public class LuckyWorldV2 : ModuleRules
"SocketIOClient",
"VaRest",
"SIOJson",
"NavigationSystem"
"NavigationSystem",
"RenderCore"
});
PrivateDependencyModuleNames.AddRange(new string[] { });