alright im not so happy

This commit is contained in:
Milxnor
2023-05-12 17:50:58 -04:00
parent f41be934eb
commit bd87832147
21 changed files with 394 additions and 38 deletions

View File

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