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

#include <UObjectArray.h>

Public Member Functions

virtual ~FUObjectCreateListener ()
 
virtual void NotifyUObjectCreated (const class UObjectBase *Object, int32 Index)=0
 
virtual void OnUObjectArrayShutdown ()=0
 

Detailed Description

Base class for UObjectBase create class listeners

Constructor & Destructor Documentation

◆ ~FUObjectCreateListener()

virtual FUObjectArray::FUObjectCreateListener::~FUObjectCreateListener ( )
inlinevirtual

Member Function Documentation

◆ NotifyUObjectCreated()

virtual void FUObjectArray::FUObjectCreateListener::NotifyUObjectCreated ( const class UObjectBase Object,
int32  Index 
)
pure virtual

Provides notification that a UObjectBase has been added to the uobject array

Parameters
Objectobject that has been added
Indexindex of object that is being added

◆ OnUObjectArrayShutdown()

virtual void FUObjectArray::FUObjectCreateListener::OnUObjectArrayShutdown ( )
pure virtual

Called when UObject Array is being shut down, this is where all listeners should be removed from it


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