ELKRRR
Results
1
issues of
ELKRRR
https://www.unknowncheats.me/forum/unreal-engine-4-a/458814-ufunction-properties-dump-ue4-4-25-a.html You used to be able to get everything from UStruct->Children (see below) Code: ```cpp class UStruct : public UField, FStructBaseChain { public: UStruct* SuperField; UField* Children; ... } ```...