LuaMachine icon indicating copy to clipboard operation
LuaMachine copied to clipboard

Fix ambiguous symbol IDE inspections

Open KristofMorva opened this issue 6 months ago • 0 comments

Rider was spitting errors about ambiguous symbols brought in by the NoExportTypes includes.

I have dropped all occurrences, and verified that the following configurations still compile under UE4:

  • Debug Game
  • Development Game
  • Shipping Game
  • Development Editor

For all these, I have compiled with the following options for full coverage:

  • No precompiled headers
  • No unity build

KristofMorva avatar Dec 30 '23 16:12 KristofMorva