fix some bug with remvoing items, add experimental stat saving for gadgets, fix shadow stones scuffy
This commit is contained in:
Milxnor
2023-05-07 22:30:56 -04:00
parent 3405177d20
commit bfe2610a11
18 changed files with 281 additions and 104 deletions

View File

@@ -57,7 +57,7 @@ public:
FName GetFName() const { return NamePrivate; }
class UPackage* GetOutermost() const;
bool IsA(UClass* Other);
bool IsA(class UStruct* Other);
class UFunction* FindFunction(const std::string& ShortFunctionName);
void* GetProperty(const std::string& ChildName, bool bWarnIfNotFound = true);