![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Function.h>
Inheritance diagram for uLang::Private::TFunction_CopyableOwnedObject< T, bOnHeap >:Public Member Functions | |
| TFunction_CopyableOwnedObject (const T &InObj) | |
| TFunction_CopyableOwnedObject (T &&InObj) | |
| void * | CloneToEmptyStorage (void *UntypedStorage) const override |
Public Member Functions inherited from uLang::Private::TFunction_OwnedObject< T, bOnHeap > | |
| template<typename... ArgTypes> | |
| TFunction_OwnedObject (ArgTypes &&... Args) | |
| virtual void * | GetAddress () override |
Additional Inherited Members | |
Public Attributes inherited from uLang::Private::TFunction_OwnedObject< T, bOnHeap > | |
| T | Obj |
Implementation of IFunction_OwnedObject for a given copyable T.
|
inlineexplicit |
Constructor which creates its T by copying.
|
inlineexplicit |
Constructor which creates its T by moving.
|
override |