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