nevermind screw v3 im about to release

This commit is contained in:
Milxnor
2023-05-12 18:18:47 -04:00
parent 8470ac942a
commit 8013f43a8b
9 changed files with 82 additions and 13 deletions

View File

@@ -384,6 +384,13 @@ static void CopyStruct(void* Dest, void* Src, size_t Size, UStruct* Struct = nul
}
}
class Assets
{
public:
static UObject* LoadAsset(FName Name, bool ShowDelayTimes = false);
static UObject* LoadSoftObject(void* SoftObjectPtr);
};
template <typename T = __int64>
static T* Alloc(size_t Size = sizeof(T), bool bUseFMemoryRealloc = false)
{