UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Core::Private::TAdderVTableImpl< T, ContainerType > Struct Template Reference

#include <AdderRef.h>

Static Public Member Functions

static void AddConstRef (void *ContainerPtr, const T &Val)
 
static void AddRValueRef (void *ContainerPtr, T &&Val)
 

Member Function Documentation

◆ AddConstRef()

template<typename T , typename ContainerType >
static void UE::Core::Private::TAdderVTableImpl< T, ContainerType >::AddConstRef ( void ContainerPtr,
const T &  Val 
)
inlinestatic

◆ AddRValueRef()

template<typename T , typename ContainerType >
static void UE::Core::Private::TAdderVTableImpl< T, ContainerType >::AddRValueRef ( void ContainerPtr,
T &&  Val 
)
inlinestatic

The documentation for this struct was generated from the following file: