TIntrusiveReferenceController

Windows
MacOS
Linux

Inheritance Hierarchy

FReferenceControllerBase

TIntrusiveReferenceController

References

Module

Core

Header

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

Include

#include "Templates/SharedPointerInternals.h"

Syntax

template<typename ObjectType>
class TIntrusiveReferenceController : public SharedPointerInternals::FReferenceControllerBase

Constructors

Name Description

Public function

TIntrusiveReferenceController

(
    ArgTypes&&... Args
)

Public function

TIntrusiveReferenceController

(
    const TIntrusiveReferenceController...
)

Non-copyable.

Functions

Name Description

Public function Const

ObjectType &...

 

GetObjectPtr()

Overridden from FReferenceControllerBase

Name Description

Public function Virtual

void

 

DestroyObject()

Destroys the object associated with this reference counter.

Operators

Name Description

Public function

TIntrusiveRe...

 

operator=

(
    const TIntrusiveReferenceController...
)

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