FUObjectArray::FUObjectDeleteListener::NotifyUObjectDeleted

Provides notification that a [UObjectBase](API\Runtime\CoreUObject\UObject\UObjectBase) has been removed from the uobject array

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectArray.h"

Syntax

void NotifyUObjectDeleted
(
    const class UObjectBase * Object,
    int32 Index
)

Remarks

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

Parameters

Parameter

Description

Object

object that has been destroyed

Index

index of object that is being deleted

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