TReferenceControllerWithDeleter

Windows
MacOS
Linux

Inheritance Hierarchy

DeleterType

FReferenceControllerBase

TReferenceControllerWithDeleter

References

Module

Core

Header

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

Include

#include "Templates/SharedPointerInternals.h"

Syntax

template<typename ObjectType, typename DeleterType>
class TReferenceControllerWithDeleter :
    private DeleterType,
    public SharedPointerInternals::FReferenceControllerBase

Constructors

Name Description

Public function

TReferenceControllerWithDeleter

(
    const TReferenceControllerWithDelet...
)

Non-copyable.

Public function

TReferenceControllerWithDeleter

(
    ObjectType* InObject,
    DeleterType&& Deleter
)

Overridden from FReferenceControllerBase

Name Description

Public function Virtual

void

 

DestroyObject()

Destroys the object associated with this reference counter.

Operators

Name Description

Public function

TReferenceCo...

 

operator=

(
    const TReferenceControllerWithDelet...
)

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