UEDumper icon indicating copy to clipboard operation
UEDumper copied to clipboard

This can probably automatically dump the SDK for any Unreal Engine Game (Educational Purpose Only)

Results 5 UEDumper issues
Sort by recently updated
recently updated
newest added

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; ... } ```...

There seems to be a crash in every version with an access violation

Ok this actually is an issue Basically my friend tried to generate a 6.10 sdk and the game crashed , making all the files in their sdk 0kb They tried...

Tried generating an SDK on both 6.10 and 6.21 and the game crashed for both of them , any idea on what could be wrong

This is not , strictly speaking , an issue but I wanted to ask if there is any ETA for support for more Fortnite versions? It's ok if there isn't...