![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <WeakObjectPtrTemplates.h>
Inheritance diagram for TCallTraits< TWeakObjectPtr< T > >:Public Types | |
| using | ConstPointerType = TWeakObjectPtr< const T > |
Public Types inherited from TCallTraitsBase< TWeakObjectPtr< T > > | |
| typedef TWeakObjectPtr< T > | ValueType |
| typedef TWeakObjectPtr< T > & | Reference |
| typedef const TWeakObjectPtr< T > & | ConstReference |
| typedef TCallTraitsParamTypeHelper< TWeakObjectPtr< T >, PassByValue >::ParamType | ParamType |
| typedef TCallTraitsParamTypeHelper< TWeakObjectPtr< T >, PassByValue >::ConstParamType | ConstPointerType |
| using TCallTraits< TWeakObjectPtr< T > >::ConstPointerType = TWeakObjectPtr<const T> |