#cpp
1 messages · Page 1 of 1 (latest)
A lot of it is in the generated cpp files, there's an #if WITH_METADATA
If you go digging through all the F***PropertyParams that's where the metadata actually get stored from the gen files, so whatever you can do to keep WITH_METADATA around will give you what you need
Also see UObjectGlobals.cpp AddMetaData