discord / discord-rpc

https://discordapp.com/developers
MIT License
1.05k stars 322 forks source link

UE4 4.21 DiscordRpcBlueprint.h Error: An explicit Category specifier is required #267

Open sbnewsom opened 5 years ago

sbnewsom commented 5 years ago

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.

msciotti commented 5 years ago

Hm... the UE4 example was working fine when I ran the branch a couple weeks ago. I assume you're running on Windows?

sbnewsom commented 5 years ago

Yup, windows, on a release branch of UE4.