![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AdderRef.h>
Inheritance diagram for TAdderRef< T >:Public Member Functions | |
| template<typename ContainerType > | |
| UE_NODEBUG | TAdderRef (ContainerType &InContainer UE_LIFETIMEBOUND) |
| UE_NODEBUG void | Add (const T &Val) const |
| UE_NODEBUG void | Add (T &&Val) const |
Protected Member Functions | |
| UE_NODEBUG | TAdderRef (const UE::Core::Private::TAdderVTable< T > *InVPtr, void *InContainerPtr) |
Protected Attributes | |
| const UE::Core::Private::TAdderVTable< T > * | VPtr |
| void * | ContainerPtr |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
protected |