Archive 17/01/2023.

Adding new variable to inceptor window

dragonCASTjosh

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

cadaver

Look into the attribute registration in Light::RegisterObject() static function.

dragonCASTjosh

Thanks :slight_smile: i didnt see that stuff before