6#include "Misc/AssertionMacros.h"
10 #define TEXT(x) TEXT_PASTE(x)
15
16
32
33
34
35
46
47
48
49
60
61
62
63
71
72
73
74
96
97
98
99
121
122
123
124
181
182
183
184
185
197
198
199
200
207
208
209
210
211
212
225
226
227
228
229
236
237
238
239
240
FORCEINLINE PointerType * operator->() const
TComPtr< PointerType > & operator=(const TComPtr< PointerType > &Other)
FORCEINLINE bool operator!=(PointerType *const Object) const
TComPtr(TComPtr< PointerType > &&Other)
friend FORCEINLINE uint32 GetTypeHash(const TComPtr< T > &InObjectPtr)
FORCEINLINE PointerType ** operator&()
FORCEINLINE const bool IsValid() const
TComPtr(const TComPtr< PointerType > &Other)
FORCEINLINE PointerType * Get() const
TComPtr< PointerType > & operator=(TComPtr< PointerType > &&Other)
TComPtr(PointerType *const Object)
TComPtr< PointerType > & operator=(PointerType *const Object)
void Attach(PointerType *Object)
HRESULT FromQueryInterface(REFIID Riid, IUnknown *Unknown)
FORCEINLINE operator PointerType *() const
FORCEINLINE bool operator==(PointerType *const Object) const