![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| struct | TPimplHeapObjectImpl |
Typedefs | |
| using | FDeleteFunc = void(*)(void *) |
| using | FCopyFunc = void *(*)(void *) |
Functions | |
| template<typename T > | |
| void | DeleterFunc (void *Ptr) |
| void | CallDeleter (void *Ptr) |
| void * | CallCopier (void *Ptr) |
Variables | |
| constexpr SIZE_T | RequiredAlignment = 16 |
| using UE::Core::Private::PimplPtr::FCopyFunc = typedef void*(*)(void*) |
| using UE::Core::Private::PimplPtr::FDeleteFunc = typedef void(*)(void*) |