UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TCallTraits< TObjectPtr< T > > Struct Template Reference

#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
 

Member Typedef Documentation

◆ ConstPointerType

template<typename T >
using TCallTraits< TObjectPtr< T > >::ConstPointerType = typename TCallTraitsParamTypeHelper<const TObjectPtr<const T>, true>::ConstParamType

The documentation for this struct was generated from the following file: