AppendString offset
anybody have it?
Also looking for:
AppendString,
ToString,
GNames
Solution:Jump to solution
Nobody writes their mods like that because we don't have to and it's a problematic way of doing it.
8 Replies
You're going to have to explain this more cause I don't understand the question.
the address for the AppendString function
FName::ToString, FName::AppendString
or FNamePool works too
Just make a pointer to it. There's no fixed address for it and even if there was that's not the way you should be doing anything.
I need the pointer lmao
I'm using raw c++
Define raw, as in you mod is not a plugin using the dev environment or what?
the address
just visual studio
lmao
Why? Use the dev environment. It's better and your mod won't break every single last update
Solution
Nobody writes their mods like that because we don't have to and it's a problematic way of doing it.