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