Encryqed / Dumper-7

Unreal Engine SDK Generator
756 stars 192 forks source link

Wrong variable type? #98

Closed gamerbross closed 8 months ago

gamerbross commented 8 months ago

https://github.com/Encryqed/Dumper-7/blob/main/Dumper/CppGenerator.cpp#L5196 image Shouldn't be the type of Value the same as Key?

Fischsalat commented 8 months ago

It shouldn't be value, I wanted the Equals function to receive two keys to check for quality.

Thanks for pointing out my strange mistakes. Changed it to this: image