|
| template<typename T > |
| | TSoftObjectPtr (T *) -> TSoftObjectPtr< T > |
| |
| template<typename LhsType , typename RhsType > |
| UE_FORCEINLINE_HINT bool | operator== (LhsType *Lhs, const TSoftObjectPtr< RhsType > &Rhs) |
| |
| template<typename RhsType > |
| UE_FORCEINLINE_HINT bool | operator== (TYPE_OF_NULLPTR Lhs, const TSoftObjectPtr< RhsType > &Rhs) |
| |
| template<typename LhsType , typename RhsType > |
| UE_FORCEINLINE_HINT bool | operator!= (const TSoftObjectPtr< LhsType > &Lhs, const TSoftObjectPtr< RhsType > &Rhs) |
| |
| template<typename LhsType , typename RhsType > |
| UE_FORCEINLINE_HINT bool | operator!= (const TSoftObjectPtr< LhsType > &Lhs, RhsType *Rhs) |
| |
| template<typename LhsType > |
| UE_FORCEINLINE_HINT bool | operator!= (const TSoftObjectPtr< LhsType > &Lhs, TYPE_OF_NULLPTR Rhs) |
| |
| template<typename LhsType , typename RhsType > |
| UE_FORCEINLINE_HINT bool | operator!= (LhsType *Lhs, const TSoftObjectPtr< RhsType > &Rhs) |
| |
| template<typename RhsType > |
| UE_FORCEINLINE_HINT bool | operator!= (TYPE_OF_NULLPTR Lhs, const TSoftObjectPtr< RhsType > &Rhs) |
| |
| template<class T > |
| UE_FORCEINLINE_HINT uint32 | GetTypeHash (const TSoftObjectPtr< T > &Ptr) |
| |
| template<class T > |
| FArchive & | operator<< (FArchive &Ar, TSoftObjectPtr< T > &Ptr) |
| |
| template<class T > |
| TSoftObjectPtr< T > | MakeSoftObjectPtr (T *Object) |
| |
| template<class T > |
| TSoftObjectPtr< T > | MakeSoftObjectPtr (TObjectPtr< T > Object) |
| |
| template<class T > |
| TSoftClassPtr< std::remove_cv_t< T > > | MakeSoftClassPtr (T *Object) |
| |
| template<class T > |
| TSoftClassPtr< std::remove_cv_t< T > > | MakeSoftClassPtr (TObjectPtr< T > Object) |
| |
| template<class TClass > |
| UE_FORCEINLINE_HINT bool | operator== (const UClass *Lhs, const TSoftClassPtr< TClass > &Rhs) |
| |
| template<class TClass > |
| UE_FORCEINLINE_HINT bool | operator!= (const UClass *Lhs, const TSoftClassPtr< TClass > &Rhs) |
| |
| template<class TClass > |
| UE_FORCEINLINE_HINT uint32 | GetTypeHash (const TSoftClassPtr< TClass > &Ptr) |
| |
| template<class TClass > |
| FArchive & | operator<< (FArchive &Ar, TSoftClassPtr< TClass > &Ptr) |
| |