Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/PimplPtr.h |
Include | #include "Templates/PimplPtr.h" |
Syntax
template<typename T, EPimplPtrMode Mode>
struct TPimplPtr
Remarks
Forward declaration.
Specializations
TPimplPtr< T, EPimplPtrMode::DeepCopy >
TPimplPtr< T, EPimplPtrMode::NoCopy >