WingProperty now contains an object pointer. This made it possible to implement structprop a lot better, it now can dig into objects it couldn't dig into before, including structprop-within-structprop

This commit is contained in:
2026-04-27 19:06:57 -04:00
parent 9598004e6d
commit ae0defbad9
13 changed files with 68 additions and 101 deletions

View File

@@ -50,6 +50,9 @@
],
"C_Cpp.autocomplete": "disabled",
"search.useIgnoreFiles": true,
"files.readonlyInclude": {
"[UNREALENGINE]/**": true
},
"search.exclude": {
"**/Intermediate": true,
"**/Saved": true,