From 3566190a015756478fde4f6a073efbaf5bd8b7e2 Mon Sep 17 00:00:00 2001 From: Chris Marsh Date: Wed, 6 Sep 2017 14:28:49 -0700 Subject: [PATCH] Mention unreal example in the readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a138d59..9f13317 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,9 @@ update on each command. This is a sample [Unity](https://unity3d.com/) project that wraps a DLL version of the library, and sends presence updates when you click on a button. + +## Sample: unrealstatus + +This is a sample [Unreal](https://www.unrealengine.com) project that wraps the DLL version of the +library with an Unreal plugin, exposes a blueprint class for interacting with it, and uses that to +make a very simple UI.