Defining property as target_source in FGD export requires it to be "Object". The problem is that if you just assign Object in a dictionary using editor, it's saved in .tres file as null, and upon restarting the project that null will be read as just no value defined. That in turn will result in that class property not getting exported into FGD at all.
I think we need some other way to define class property as target_source in FGD without Object.
Defining property as
target_sourcein FGD export requires it to be "Object". The problem is that if you just assignObjectin a dictionary using editor, it's saved in .tres file as null, and upon restarting the project that null will be read as just no value defined. That in turn will result in that class property not getting exported into FGD at all.I think we need some other way to define class property as
target_sourcein FGD withoutObject.