Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | TCallTraits< TObjectPtr< T > > |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectPtr.h |
| Include Path | #include "UObject/ObjectPtr.h" |
Syntax
template<typename T>
struct TCallTraits< TObjectPtr< T > > : public TCallTraitsBase< TObjectPtr< T > >
Inheritance Hierarchy
- TCallTraitsBase → TCallTraits< TObjectPtr< T > >
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ConstPointerType | typename TCallTraitsParamTypeHelper< const TObjectPtr< const T >, true >::ConstParamType | UObject/ObjectPtr.h |