mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
alright im not so happy
This commit is contained in:
@@ -32,6 +32,14 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
T* GetByWeakObject()
|
||||
{
|
||||
if (SoftObjectPtr.ObjectID.AssetPathName.ComparisonIndex.Value <= 0)
|
||||
return nullptr;
|
||||
|
||||
return GetObjectByIndex(SoftObjectPtr.WeakPtr.ObjectIndex);
|
||||
}
|
||||
|
||||
T* Get(UClass* ClassToLoad = nullptr, bool bTryToLoad = false)
|
||||
{
|
||||
if (Engine_Version <= 416)
|
||||
|
||||
Reference in New Issue
Block a user