Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] FNames Dumper #655

Open
igromanru opened this issue Sep 13, 2024 · 0 comments
Open

[Feature Request] FNames Dumper #655

igromanru opened this issue Sep 13, 2024 · 0 comments

Comments

@igromanru
Copy link

Most Unreal Engine SDK Dumpers/Generators have a feature to dump all FNames to a file, just like Objects.
It's very helpful since most Names are loaded from the start of the game and you can often find useful names like Events, Cosmetic, Item names etc. which can give a great deal of information about possible values.
The dump should look similar to this:

[00003] ByteProperty
[00008] IntProperty
[00013] BoolProperty
[00018] FloatProperty
[00023] ObjectProperty
[00028] NameProperty
[00033] DelegateProperty
[00039] DoubleProperty
[00044] ArrayProperty
[00049] StructProperty
[00065] StrProperty
[00070] TextProperty
[00075] InterfaceProperty
[00081] MulticastDelegateProperty
[00089] LazyObjectProperty
[00095] SoftObjectProperty
[00101] Int64Property
[00111] Int16Property
[00116] Int8Property
[00121] UInt64Property
[00126] UInt32Property
[00131] UInt16Property
[00136] MapProperty
[00141] SetProperty

The number between [] is the compare index.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant