Quick question, so in order for the plugin to actually draw it has to be a "World" type plugin? is there a way to have a Single Global Plugin call the Draw function of the instance? SDKInstanceBase does not seem to have the Draw method where i can access the renderer, only SDKWorldInstanceBase.
so for the plugin i'm creating it's currently a single global plugin, which holds an array of x,y coord, on every draw call i'm trying to draw a line between all points, but since it's currently extending from SDKInstanceBase the Draw method is not being called.