amazon-gamelift-plugin-unreal icon indicating copy to clipboard operation
amazon-gamelift-plugin-unreal copied to clipboard

Disabling erroneous C5103 Warnings for macros.

Open dirtypearltim opened this issue 1 year ago • 0 comments

Issue #, if available: N/A

Description of changes: In UE 5.3.2 the following macros throw build warnings that are just log spam and not correct: MAP_HELP_URL_ACTION ADD_REGION CASE_REGION

Also, made EBootstrapMessageStateToString(EBootstrapMessageState State) inline to align it with the FString version and remove possible linker errors when used in static functions.

Tested as working on Win64 and Android using source UE 5.3.2

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

dirtypearltim avatar Apr 17 '24 19:04 dirtypearltim