Dude 💀

This commit is contained in:
Gray
2024-03-20 21:45:38 -04:00
parent 138d3cc668
commit b3d9ab9e8b
46 changed files with 2846 additions and 1608 deletions

View File

@@ -7,5 +7,8 @@ class ULevel : public UObject
public:
UWorld*& GetOwningWorld();
bool HasVisibilityChangeRequestPending();
bool IsAssociatingLevel();
AWorldSettings* GetWorldSettings(bool bChecked = true) const;
static class UClass* StaticClass();
};