mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
quite a bit of stuff
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
|
||||
#include "Object.h"
|
||||
|
||||
#define ANY_PACKAGE (UObject*)-1
|
||||
|
||||
extern inline UObject* (*StaticFindObjectOriginal)(UClass* Class, UObject* InOuter, const TCHAR* Name, bool ExactClass) = nullptr;
|
||||
|
||||
template <typename T>
|
||||
template <typename T = UObject>
|
||||
static inline T* StaticFindObject(UClass* Class, UObject* InOuter, const TCHAR* Name, bool ExactClass = false)
|
||||
{
|
||||
// LOG_INFO(LogDev, "StaticFindObjectOriginal: {}", __int64(StaticFindObjectOriginal));
|
||||
|
||||
Reference in New Issue
Block a user