DefaultDeleter

Deletes an object via the standard delete operator

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Templates/SharedPointerInternals.h"

Syntax

template<typename Type>
struct DefaultDeleter

Remarks

Deletes an object via the standard delete operator

Operators

Name Description

Public function Const

void

 

operator()

(
    Type* Object
)

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