FUObjectAnnotationChunked::NotifyUObjectDeleted

Interface for FUObjectAllocator::FUObjectDeleteListener

Choose your operating system:

Windows

macOS

Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectAnnotation.h"

Syntax

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

Remarks

Interface for FUObjectAllocator::FUObjectDeleteListener

Parameters

Parameter

Description

Object

object that has been destroyed

Index

index of object that is being deleted