FUObjectDeleteListener

Base class for [UObjectBase](API\Runtime\CoreUObject\UObject\UObjectBase) delete class listeners

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectArray.h

Include

#include "UObject/UObjectArray.h"

Syntax

class FUObjectDeleteListener

Remarks

Base class for UObjectBase delete class listeners

Destructors

Name Description

Public function Virtual

~FUObjectDeleteListener()

Functions

Name Description

Public function

void

 

NotifyUObjectDeleted

(
    const UObjectBase* Object,
    int32 Index
)

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

Public function

void

 

OnUObjectArrayShutdown()

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

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