WARNING: Module 'Http' (referenced via Target -> ShooterCoreRuntime.Build.cs -> LyraGame.Build.cs) has incorrect text case. Did you mean 'HTTP'?

Hi there. Does anyone know why Unreal (using 5.2) is complaining about why the module ‘Http’ should be all uppercase? I have never seen a module called ‘HTTP’. This is after extending the Lyra sample project with Http functionality to make an API request for context. Doesn’t seem to be breaking anything but just want to fully understand this warning. Thanks!

The module used to be called “Http” but is now called “HTTP”. You just have to update this module reference in your build.cs file. I’m not sure when this will produce an error sometime in the future, but for now it’s safe to ignore. Just update it when you can.

2 Likes

About the HTTP, maybe get some inspiration from this plugin: