mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
it kinda work
This commit is contained in:
@@ -13,4 +13,9 @@ struct TWeakObjectPtr : public TWeakObjectPtrBase
|
||||
{
|
||||
return (T*)TWeakObjectPtrBase::Get();
|
||||
}
|
||||
|
||||
bool operator==(const TWeakObjectPtr& other)
|
||||
{
|
||||
return TWeakObjectPtrBase::operator==(other);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user