Navigation
API > API/Runtime > API/Runtime/Core
| Name | TAdderRef |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/AdderRef.h |
| Include Path | #include "Containers/AdderRef.h" |
Syntax
template<typename T>
struct TAdderRef
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAdderRef
(
ContainerType& InContainer |
Containers/AdderRef.h | ||
TAdderRef
(
const UE::Core::Private::TAdderVTable< T >* InVPtr, |
Containers/AdderRef.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
const T& Val |
Containers/AdderRef.h | ||
void Add
(
T&& Val |
Containers/AdderRef.h |