Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRefCountPtr
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRefCountPtr () |
Templates/RefCounting.h | ||
TRefCountPtr
(
const TRefCountPtr& Copy |
Templates/RefCounting.h | ||
TRefCountPtr
(
const TRefCountPtr< CopyReferencedType >& Copy |
Templates/RefCounting.h | ||
TRefCountPtr
(
TRefCountPtr&& Move |
Templates/RefCounting.h | ||
TRefCountPtr
(
TRefCountPtr< MoveReferencedType >&& Move |
Templates/RefCounting.h | ||
TRefCountPtr
(
ReferencedType* InReference, |
Templates/RefCounting.h |
TRefCountPtr()
| Name | TRefCountPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/RefCounting.h |
| Include Path | #include "Templates/RefCounting.h" |
TRefCountPtr()
TRefCountPtr(const TRefCountPtr &)
| Name | TRefCountPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/RefCounting.h |
| Include Path | #include "Templates/RefCounting.h" |
TRefCountPtr
(
const TRefCountPtr & Copy
)
TRefCountPtr(const TRefCountPtr< CopyReferencedType > &)
| Name | TRefCountPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/RefCounting.h |
| Include Path | #include "Templates/RefCounting.h" |
template<typename CopyReferencedType>
TRefCountPtr
(
const TRefCountPtr < CopyReferencedType > & Copy
)
TRefCountPtr(TRefCountPtr &&)
| Name | TRefCountPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/RefCounting.h |
| Include Path | #include "Templates/RefCounting.h" |
TRefCountPtr
(
TRefCountPtr && Move
)
TRefCountPtr(TRefCountPtr< MoveReferencedType > &&)
| Name | TRefCountPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/RefCounting.h |
| Include Path | #include "Templates/RefCounting.h" |
template<typename MoveReferencedType>
TRefCountPtr
(
TRefCountPtr < MoveReferencedType > && Move
)
TRefCountPtr(ReferencedType *, bool)
| Name | TRefCountPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/RefCounting.h |
| Include Path | #include "Templates/RefCounting.h" |
TRefCountPtr
(
ReferencedType * InReference,
bool bAddRef
)