copy the whole folder UE4

This commit is contained in:
msciotti 2018-05-30 09:40:39 -07:00
parent c05c7148dd
commit 5df1c5ae6d
No known key found for this signature in database
GPG key ID: 40FADA25CF0EAD84

View file

@ -75,7 +75,7 @@ This is a sample [Unreal](https://www.unrealengine.com) project that wraps the D
To use the Rich Presense plugin with Unreal Engine Projects:
1. Download the latest [release](https://github.com/discordapp/discord-rpc/releases) for each operating system you are targeting and the zipped source code
2. In the source code zip, copy the UE plugin—`DiscordRpc.uplugin`—from `examples/unrealstatus/Plugins/discordrpc` to your project's plugin directory
2. In the source code zip, copy the UE plugin—`examples/unrealstatus/Plugins/discordrpc`—to your project's plugin directory
3. At `[YOUR_UE_PROJECT]/Plugins/discordrpc/source/ThirdParty/DiscordRpcLibrary/`, create an `Include` folder and copy `discord_rpc.h` and `discord_register.h` to it from the zip
4. Follow the steps below for each OS
5. Build your UE4 project