MounteaInventoryEquipment icon indicating copy to clipboard operation
MounteaInventoryEquipment copied to clipboard

Unreal 5.5 Compilation Errors, and other hidden errors

Open leetNightshade opened this issue 4 months ago • 1 comments

Dropping the plugin into my project as-is, I ran into several compilation issues.

  1. Missing includes. a. As simple as adding the includes.
  2. And an ambiguous return from TObjectPtr to USceneComponent. a. As simple as adding a .Get() in one place.

To further evaluate if this plugin has other hidden compilation errors, I tested with this in all of your build.cs files:

PCHUsage = PCHUsageMode.NoPCHs;
OptimizeCode = CodeOptimization.Never;

And that revealed a lot of hidden compilation issues due to Unreal's Unity Build hiding them.

leetNightshade avatar Aug 04 '25 19:08 leetNightshade

5.5 is not supported yet, I develop in one version (5.3) that represents our game dev version. Once plugin is ready and working in the dev version, then we merge and fix issues and publish version branches.

pavlicekdominik avatar Aug 29 '25 09:08 pavlicekdominik