Navigation
API > API/Runtime > API/Runtime/Core
[TStrongPtrVariant](API\Runtime\Core\TStrongPtrVariant)_ will be either a TStrongObjectPtr or `TSharedPtr
| Name | TStrongPtrVariant |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/PointerVariants.h |
| Include Path | #include "Templates/PointerVariants.h" |
Syntax
template<typename BaseType>
struct TStrongPtrVariant : public UE::Core::Private::TPtrVariantBase< BaseType, true >
Inheritance Hierarchy
- TPtrVariantBase → TStrongPtrVariant
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | UE::Core::Private::TPtrVariantBase< BaseType, true > | Templates/PointerVariants.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
BaseType * Get() |
Templates/PointerVariants.h | ||
TWeakPtrVariant< BaseType > ToWeakVariant() |
Templates/PointerVariants.h |