Navigation
API > API/Runtime > API/Runtime/Core
Description
Heap-allocates an instance of T with the given arguments and returns it as a TPimplPtr.
Usage: TPimplPtr
DeepCopy Usage: TPimplPtr
| Name | MakePimpl |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/PimplPtr.h |
| Include Path | #include "Templates/PimplPtr.h" |
template<typename T, EPimplPtrMode Mode, typename... ArgTypes>
TPimplPtr < T, Mode > MakePimpl
(
ArgTypes &&... Args
)