![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AdderRef.h>
Inheritance diagram for UE::Core::Private::TAdderVTable< T >:Public Member Functions | |
| constexpr | TAdderVTable (void(*InAddConstRef)(void *ContainerPtr, const T &Val), void(*InAddRValueRef)(void *ContainerPtr, T &&Val)) |
Public Attributes | |
| void(* | AddConstRef )(void *ContainerPtr, const T &Val) |
| void(* | AddRValueRef )(void *ContainerPtr, T &&Val) |
|
inlineconstexpr |
| void(* UE::Core::Private::TAdderVTable< T >::AddConstRef) (void *ContainerPtr, const T &Val) |
| void(* UE::Core::Private::TAdderVTable< T >::AddRValueRef) (void *ContainerPtr, T &&Val) |