-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Viktor Pramberg edited this page Aug 12, 2021
·
4 revisions
Make sure you have followed the installation instructions first
- Create a new material
- Open it
- Set its
Material DomaintoPost Process - If you want to support opacity, search for
Output Alphaand enable that checkbox - The material is now ready for use with DeviceRGB; use it like any other post process material!
Since DeviceRGB is active in the editor even when not playing, it's very easy to get going. All you need to do is call one function. In this case, we will do it in the Level Blueprint, but you can do it anywhere!
- Open the Level Blueprint by going to Blueprints -> Open Level Blueprint
- Create an
Event BeginPlaynode, if it's not already there - Search for
DeviceRGB- The top result should be what you want-
Get DeviceRGB Subsystem - Note that the DeviceRGB subsystem is your go to for all things related to this plugin
- The top result should be what you want-
- Now use that node to search for
Set Material - Connect the execute pin from BeginPlay, and set your previously created material as the material input, and you should be all set!
- Press play, and you should see the result from your material on your device(s)