making a plugin compatable with -nullrhi

I am working to make a plugin compatible with running in headless mode using the -NullRHI flag the issue is the plugin is still rendering objects even when using the -NullRHI flag so i figured i should customize the plugin to make it compatible. I am having trouble online finding a lot of information on how to check if the renderer is enabled or just general documentation on NullRHI. I have tried using an if(GUsingNullRHI) statement but wasn’t sure if this is the best way to go about this. any information would be greatly appreciated.

tried deleting this post but dont have permission or something but in the off chance someone else runs into this issue this was the correct approach

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.