Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRefCountPtr
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const TRefCountPtr& B |
Templates/RefCounting.h | ||
bool operator==
(
ReferencedType* B |
Templates/RefCounting.h |
operator==(const TRefCountPtr &)
| Name | operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/RefCounting.h |
| Include Path | #include "Templates/RefCounting.h" |
bool operator==
(
const TRefCountPtr & B
) const
operator==(ReferencedType *)
| Name | operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/RefCounting.h |
| Include Path | #include "Templates/RefCounting.h" |
bool operator==
(
ReferencedType * B
) const