Compiling on source build in release UE4 branch. (4.21.2) and get errors regarding explicit category specifier.
/Engine/Plugins/discordrpc/Source/DiscordRpc/Public/DiscordRpcBlueprint.h(17) : LogCompile: Error: An explicit Category specifier is required for any property exposed to the editor or Blueprints in an Engine module.
I'm guessing something else is wrong with the code because each variable is accompanied by the proper UPROPERTY and Category.
Compiling on source build in release UE4 branch. (4.21.2) and get errors regarding explicit category specifier.
/Engine/Plugins/discordrpc/Source/DiscordRpc/Public/DiscordRpcBlueprint.h(17) : LogCompile: Error: An explicit Category specifier is required for any property exposed to the editor or Blueprints in an Engine module.
I'm guessing something else is wrong with the code because each variable is accompanied by the proper UPROPERTY and Category.