sbox-issues
sbox-issues copied to clipboard
ControlObjectWidget NRE when trying to construct a ControlWidget with no parameterless constructor
trafficstars
If you're trying to show a class with some [KeyProperty] properties, if it doesn't have a parameterless constructor it'll throw, and break the inspector window. Needs to fail safely.
Added some safety here so it doesn't break the inspector, though we should probably be ducking out of creating the ControlWidget though before this point..