Add random defaults 1.7.2, some other internal stuff

This commit is contained in:
Milxnor
2023-04-26 23:22:22 -04:00
parent be0873d5d7
commit 4c19144b0f
10 changed files with 139 additions and 89 deletions

View File

@@ -52,4 +52,9 @@ public:
return FindObject<T>(SoftObjectPtr.ObjectID.AssetPathName.ToString());
}
}
};
};
static inline int GetSoftObjectSize()
{
return Engine_Version == 416 ? sizeof(TAssetPtr<void>) : sizeof(TSoftObjectPtr<void>);
}