SharedPointerInternals::NewCustomReferenceController

Creates a custom reference controller with a specified deleter

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Templates/SharedPointerInternals.h"

Syntax

namespace SharedPointerInternals
{
    template<typename ObjectType, typename DeleterType>
    FReferenceControllerBase * SharedPointerInternals::NewCustomReferenceController
    (
        ObjectType * Object,
        DeleterType && Deleter
    )
}

Remarks

Creates a custom reference controller with a specified 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