4.22 does not have a 'ShaderCore' Module. fix plz
1>UnrealBuildTool : error : Could not find definition for module 'ShaderCore' (referenced via Target -> JavascriptUMG.Build.cs)
you should checkout 4.22 branch :)
Thank you @crocuis
yes, I checkout 4.22 branch, but 'Engine/Source/Runtime/ShaderCore' isn't exist. 4.21 Engine/Runtime/ShaderCore 4.22 Engine/Runtime/ShaderCore 4.22 Engine/Runtime
it seems like shader core has been merged into render core.
should i remove 'ShaderCore' of JavascriptUMG.Build.cs ?
https://github.com/ncsoft/Unreal.js-core/blob/4.22/Source/JavascriptUMG/JavascriptUMG.Build.cs
In this code, there is no code to add a ShaderCore. The code using ShaderCore was used in 4.21 and removed in 4.22.
I said that you should checkout the branch of Unreal.js to 4.22.
oh god, thank you very much @crocuis