TUniqueMemoryImagePtr

Windows
MacOS
Linux

Inheritance Hierarchy

TMemoryImagePtr

TUniqueMemoryImagePtr

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/MemoryImage.h

Include

#include "Serialization/MemoryImage.h"

Syntax

template<typename T>
class TUniqueMemoryImagePtr : public TMemoryImagePtr< T >

Constructors

Name Description

Public function

TUniqueMemoryImagePtr()

Public function

TUniqueMemoryImagePtr

(
    T* InPtr
)

Public function

TUniqueMemoryImagePtr

(
    TUniqueMemoryImagePtr&& Other
)

Destructors

Name Description

Public function

~TUniqueMemoryImagePtr()

Operators

Name Description

Public function

TUniqueMemor...

 

operator=

(
    T* InPtr
)

Public function

TUniqueMemor...

 

operator=

(
    TUniqueMemoryImagePtr&& Other
)

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