@@ -61,11 +61,17 @@ namespace RE::ID
6161
6262namespace UE ::ID
6363{
64+ namespace FFrame
65+ {
66+ inline constexpr REL::Offset KismetExecutionMessage{ 0x10FD030 };
67+ }
68+
6469 namespace FMemory
6570 {
6671 inline constexpr REL::Offset Free{ 0x0E30580 };
6772 inline constexpr REL::Offset Malloc{ 0x0E3CFC0 };
6873 inline constexpr REL::Offset Realloc{ 0x0E3EE30 };
74+ inline constexpr REL::Offset QuantizeSize{ 0x0E3E800 };
6975 }
7076
7177 namespace FName
@@ -81,12 +87,30 @@ namespace UE::ID
8187 inline constexpr REL::Offset GetSingleton{ 0x909EE80 };
8288 }
8389
90+ namespace FParse
91+ {
92+ inline constexpr REL::Offset Command{ 0x0F0F5E0 };
93+ }
94+
95+ namespace FSelfRegisteringExec
96+ {
97+ inline constexpr REL::Offset Ctor{ 0x0EEA960 };
98+ inline constexpr REL::Offset Dtor{ 0x0EEAF70 };
99+ }
100+
84101 namespace FString
85102 {
86103 inline constexpr REL::Offset Ctor1{ 0x0DE4F20 };
87104 inline constexpr REL::Offset Ctor2{ 0x0DE50B0 };
88105 }
89106
107+ namespace FText
108+ {
109+ inline constexpr REL::Offset Ctor1{ 0x0E561F0 };
110+ inline constexpr REL::Offset GetEmpty{ 0x0E6E7C0 };
111+ inline constexpr REL::Offset Rebuild{ 0x0E7F220 };
112+ }
113+
90114 namespace FUObjectArray
91115 {
92116 inline constexpr REL::Offset GetSingleton{ 0x9145160 };
@@ -114,7 +138,17 @@ namespace UE::ID
114138 inline constexpr REL::Offset GetFullName2{ 0x111F8D0 };
115139 }
116140
141+ namespace UWorld
142+ {
143+ inline constexpr REL::Offset GetSingleton{ 0x92B3878 };
144+ }
145+
146+ inline constexpr REL::Offset AsyncTask{ 0x0DC48F0 };
147+ inline constexpr REL::Offset GetExecRegistry{ 0x0EF7E60 };
148+ inline constexpr REL::Offset GetExecRegistryLock{ 0x0EF7ED0 };
117149 inline constexpr REL::Offset GetTransientPackage{ 0x109A510 };
150+ inline constexpr REL::Offset IsInGameThread{ 0x0E3C380 };
151+ inline constexpr REL::Offset LowLevelFatalErrorHandler{ 0x0ED7980 };
118152 inline constexpr REL::Offset StaticConstructObject_Internal{ 0x1129D30 };
119153 inline constexpr REL::Offset StaticFindObjectFast{ 0x112C350 };
120154 inline constexpr REL::Offset StaticFindObjectFastSafe{ 0x112CC40 };
0 commit comments