UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SharedPointerInternals::DefaultDeleter< Type > Struct Template Reference

#include <SharedPointerInternals.h>

Public Member Functions

UE_FORCEINLINE_HINT void operator() (Type *Object) const
 

Detailed Description

template<typename Type>
struct SharedPointerInternals::DefaultDeleter< Type >

Deletes an object via the standard delete operator

Member Function Documentation

◆ operator()()

template<typename Type >
UE_FORCEINLINE_HINT void SharedPointerInternals::DefaultDeleter< Type >::operator() ( Type *  Object) const
inline

The documentation for this struct was generated from the following file: