Navigation
API > API/Runtime > API/Runtime/Core
| Name | TRetainedRef< const T > |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/RetainedRef.h |
| Include Path | #include "Templates/RetainedRef.h" |
Syntax
template<typename T>
struct TRetainedRef< const T >
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Ref | const T & | Templates/RetainedRef.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T & Get() |
Templates/RetainedRef.h | ||
TRetainedRef
(
T& InRef |
Templates/RetainedRef.h | ||
TRetainedRef
(
const T& InRef |
Templates/RetainedRef.h | ||
TRetainedRef
(
T&& InRef |
Can't retain a rvalue reference. | Templates/RetainedRef.h | |
TRetainedRef
(
const T&& InRef |
Templates/RetainedRef.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator const T &() |
Templates/RetainedRef.h |