Files
UnrealEngineUWP/Engine/Source/Runtime/VerseCompiler
jason weiler e711aba0fe Workaround to hide specific functions from packages uploaded prior to FN version 31.00 to fix compile errors in compatibility constraint packages.
These functions have the [at]available attribute to constrain their availability in code uploaded prior to 31.00, but there's a bug with the attribute where it depends on the UploadedAtFNVersion of the package containing the [at]available attribute, rather than the UploadedAtFNVersion for the package trying to use the definition in question.

[FYI] Andrew.Scheidecker

[CL 35717449 by jason weiler in ue5-main branch]
2024-08-21 16:01:41 -04:00
..