TPimplPtr

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Templates/PimplPtr.h"

Syntax

template<typename T>
struct TPimplPtr

Constructors

Name Description

Public function

TPimplPtr()

Public function

TPimplPtr

(
    TYPE_OF_NULLPTR
)

Public function

TPimplPtr

(
    const TPimplPtr&
)

Non-copyable.

Public function

TPimplPtr

(
    TPimplPtr&& Other
)

Movable.

Destructors

Name Description

Public function

~TPimplPtr()

Functions

Name Description

Public function Const

T *

 

Get()

Public function Const

bool

 

IsValid()

Public function

void

 

Reset()

Operators

Name Description

Public function Const

 

operator bool()

Public function Const

T &

 

operator*()

Public function

TPimplPtr &

 

operator=

(
    const TPimplPtr&
)

Public function

TPimplPtr &

 

operator=

(
    TPimplPtr&& Other
)

Public function

TPimplPtr &

 

operator=

(
    TYPE_OF_NULLPTR
)

Public function Const

T *

 

operator->()

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