UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FUObjectArray::FUObjectDeleteListener Class Referenceabstract

#include <UObjectArray.h>

+ Inheritance diagram for FUObjectArray::FUObjectDeleteListener:

Public Member Functions

virtual ~FUObjectDeleteListener ()
 
virtual void NotifyUObjectDeleted (const class UObjectBase *Object, int32 Index)=0
 
virtual void OnUObjectArrayShutdown ()=0
 
virtual SIZE_T GetAllocatedSize () const
 

Detailed Description

Base class for UObjectBase delete class listeners

Constructor & Destructor Documentation

◆ ~FUObjectDeleteListener()

virtual FUObjectArray::FUObjectDeleteListener::~FUObjectDeleteListener ( )
inlinevirtual

Member Function Documentation

◆ GetAllocatedSize()

◆ NotifyUObjectDeleted()

virtual void FUObjectArray::FUObjectDeleteListener::NotifyUObjectDeleted ( const class UObjectBase Object,
int32  Index 
)
pure virtual

Provides notification that a UObjectBase has been removed from the uobject array

Parameters
Objectobject that has been destroyed
Indexindex of object that is being deleted

◆ OnUObjectArrayShutdown()


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