mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 19:02:21 +01:00
a lottt of stuff
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
|
||||
bool IsA(UClass* Other);
|
||||
|
||||
int GetOffset(const std::string& ChildName);
|
||||
int GetOffset(const std::string& ChildName, bool bWarnIfNotFound = true);
|
||||
|
||||
template <typename T = UObject*>
|
||||
T& Get(int Offset) { return *(T*)(__int64(this) + Offset); }
|
||||
|
||||
Reference in New Issue
Block a user