FRawPtrProxy::FRawPtrProxy

Construct implicitly from an object and a custom deleter

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h

Include

#include "Templates/SharedPointerInternals.h"

Syntax

template<class Deleter>
FRawPtrProxy
(
    ObjectType * InObject,
    Deleter && InDeleter
)

Remarks

Construct implicitly from an object and a custom deleter

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss