Skip to content

HypeRate/HypeRateUE

Repository files navigation

Unofficial HypeRate Unreal Engine Plugin

V 1.0

Installation

Github

Download latest version from Releases tab.
Unzip it into your {project_dir}/Plugins (Create if needed.) folder.
Restart Unreal Engine and click Update on the Project out of date prompt. update
The plugin should be enabled by default. If not, go to Plugins (Edit -> Plugins) and enable it. It's listed under Hype Rate.

UE Marketplace

Coming soon.

Usage

To connect to hyperate use Connect from Hype Rate Action.
Give provided Topic & Websocket Key.
Recommended from Event BeginPlay
connect

To disconnect to hyperate use Disconnect from Hype Rate Action.
Recommended from Event End Play
disconnect

To recieve heartbeat use Get Heart Beat.
Recommended from Event Tick - you should cache variable as shown.
log

For more information visit https://www.hyperate.io/ or their Discord