AppendString offset

anybody have it? Also looking for: AppendString, ToString, GNames
Solution:
Nobody writes their mods like that because we don't have to and it's a problematic way of doing it.
Jump to solution
8 Replies
AngryBeaver
AngryBeaver4mo ago
You're going to have to explain this more cause I don't understand the question.
aero
aeroOP4mo ago
the address for the AppendString function FName::ToString, FName::AppendString or FNamePool works too
AngryBeaver
AngryBeaver4mo ago
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.
aero
aeroOP4mo ago
I need the pointer lmao I'm using raw c++
AngryBeaver
AngryBeaver4mo ago
Define raw, as in you mod is not a plugin using the dev environment or what?
aero
aeroOP4mo ago
the address
uintptr_t appendString
uintptr_t appendString
just visual studio lmao
AngryBeaver
AngryBeaver4mo ago
Why? Use the dev environment. It's better and your mod won't break every single last update
Solution
AngryBeaver
AngryBeaver4mo ago
Nobody writes their mods like that because we don't have to and it's a problematic way of doing it.

Did you find this page helpful?