Hello everyone,
I’ve been developing a plugin recently. It helps us access our hardware information via Unreal Engine. But I used a 3rd party library for this. (For example, NVML library to access NVIDIA GPU information)
Now, this plugin I wrote has attracted the attention of some people and they want to buy it. I’m thinking of putting it on the Unreal Engine Marketplace for this.
(Footnote: The plugin I wrote is actually related to the UI, it completes the missing parts of the engine. If I have to give some examples for these; changing the main monitor (for multiple monitors), accessing vram settings, using some console commands with node (such as gamma), changing the refresh rate setting). etc.)
I had to use a 3rd party library just to access more detailed GPU settings (GPU Usage, GPU Wattage etc…) I would like to ask you if this will cause me to encounter any obstacles when selling on Marketplace.
NVML is a public library.
A part of screenshot about my plugin (NVML nodes that I created):
Thanks in advance.