HTML5 - Apex not found in UE4Rules

Hi all,

I have a project that compiles without any problem in the editor with Unreal 4.19.1 in Linux Ubuntu 16.04, but whenever I try to package it to HTML5, I have the following error:

Expecting to find a type to be declared in a module rules named ‘Apex’ in UE4Rules, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null. This type must derive from the ‘ModuleRules’ type defined by Unreal Build Tool.

Does anybody know how to solve this problem? I’ve seen similar questions but none of them solved the problem.

I’ll be really grateful for any clue or solution.

Check if any of your modules depends on Apex (e.g. destruction plugin). That library is not available for HTML5.

Yes, I have a module that depends on it. So, because of that dependency, my game will never be exportable to HTML5, is that right? How could I make this module be available for HTML5?

You would have to get the people who created APEX to program an HTML5 extension for it.