mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
clip size vehicles cheat command
This commit is contained in:
@@ -39,7 +39,7 @@ template <typename T = UObject>
|
||||
static inline T* FindObject(const std::string& NameStr, UClass* Class = nullptr, UObject* Outer = nullptr)
|
||||
{
|
||||
auto NameCWSTR = std::wstring(NameStr.begin(), NameStr.end()).c_str();
|
||||
return StaticFindObject<T>(Class, nullptr, NameCWSTR);
|
||||
return StaticFindObject<T>(Class, Outer, NameCWSTR);
|
||||
}
|
||||
|
||||
static inline UEngine* GetEngine()
|
||||
|
||||
Reference in New Issue
Block a user