SharedPointerInternals::NewIntrusiveReferenceController

Creates an intrusive reference controller

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... ArgTypes>
    TIntrusiveReferenceController< ObjectType > * SharedPointerInternals::NewIntrusiveReferenceController
    (
        ArgTypes &&... Args
    )
}

Remarks

Creates an intrusive reference controller

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