Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TPtrVariantBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr TPtrVariantBase () |
Templates/PointerVariants.h | ||
constexpr TPtrVariantBase
(
TYPE_OF_NULLPTR |
Templates/PointerVariants.h | ||
constexpr TPtrVariantBase
(
DerivedType* InDerived |
Constructs from a raw pointer, either UObject or shareable-from-this. | Templates/PointerVariants.h | |
constexpr TPtrVariantBase
(
SharedType&& InSharedPtr |
Templates/PointerVariants.h |
TPtrVariantBase()
| Name | TPtrVariantBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/PointerVariants.h |
| Include Path | #include "Templates/PointerVariants.h" |
constexpr TPtrVariantBase()
TPtrVariantBase(TYPE_OF_NULLPTR)
| Name | TPtrVariantBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/PointerVariants.h |
| Include Path | #include "Templates/PointerVariants.h" |
constexpr TPtrVariantBase
(
TYPE_OF_NULLPTR
)
TPtrVariantBase(DerivedType *)
Description
Constructs from a raw pointer, either UObject or shareable-from-this.
| Name | TPtrVariantBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/PointerVariants.h |
| Include Path | #include "Templates/PointerVariants.h" |
template<CPointerConvertibleTo< BaseType > DerivedType>
constexpr TPtrVariantBase
(
DerivedType * InDerived
)
TPtrVariantBase(SharedType &&)
| Name | TPtrVariantBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/PointerVariants.h |
| Include Path | #include "Templates/PointerVariants.h" |
constexpr TPtrVariantBase
(
SharedType && InSharedPtr
)