Skip to content

WyvrnOfficial/UnrealEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

See WYVRN Documentation for the latest info.

WYVRN SDK in Unreal Engine (Built-in)

The WYVRN SDK is part of the Unreal Engine which can be used to control Chroma and haptics.

For the latest setup instructions see the WYVRN Epic MegaJam 2025 Documentation.

The pre-released installer for the WYVRN SDK Runtime can be found in Github Releases.

Getting Started

To get started open Unreal Engine.

image_1

Create a new project or open an existing project. Both Blueprints and C++ are supported.

image_2

Use the Edit menu and select the Plugins menu item.

image_3

Search chroma to select the Razer Chroma Devices plugin.

image_4

Activate the plugin and click Yes to accept the experimental plugin. image_5

Click Restart Now to relaunch the Unreal Engine with the plugin enabled.

image_6

The plugin is now enabled.

image_7

Use the Edit menu and select the Project Settings menu item.

image_8

Scroll down to the Plugins section and select the Razer Chroma Settings project settings.

image_9

Check Create Razer Chroma Input Device and expand App Info to update the details for Application Title, Application Description, Author Name, and Author Contact

image_10

The App Info specifies details that appear in the CHROMA APPS list.

image_11

Open the level blueprint.

image_12

Create a Set Event Name node which is used to trigger Chroma and haptics events by name.

image_13

Name any of your game events and pass the name to Set Event Name.

image_14

This causes the external command to fire.

Demo_Development_Editor: play NameAnyGameEvent

Save the level to save the blueprint changes. image_15

Chroma and haptics events can be controlled via the WYVRN Configuration and the game can create a custom configuration that is used from C:\Program Files (x86)\InterHaptics\HapticFolders\Title_Configuration.

The WYVRN Effect Library provides a set of existing event names to choose from.

image_17

Use SynesthesiaServer.exe from the WyvrnOfficial Github repository to verify event names are being sent properly by the game events.

The public repository can be downloaded or cloned to get access to the tools.

git clone https://github.com/WyvrnOfficial/RazerSensa_DevKit

Use Apps/Synesthesia/ReleaseConsole/SynesthesiaServer.exe in order to view game events sent by SetEventName.

image_16

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors