Im looking to add a new variable for lights that is changeable in the impactor window, so far i have created the variable with Getters and Setters along with script functionality but im unsure how to have it show in the inspector
Look into the attribute registration in Light::RegisterObject() static function.
Thanks i didnt see that stuff before