Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FUObjectAnnotationSparseSearchab-
- FUObjectAnnotationSparse::NotifyUObjectDeleted()
- FUObjectAnnotationSparseSearchable::NotifyUObjectDeleted()
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAnnotation.h |
| Include | #include "UObject/UObjectAnnotation.h" |
virtual void NotifyUObjectDeleted
(
const UObjectBase * Object,
int32 Index
)
Remarks
Interface for FUObjectAllocator::FUObjectDeleteListener
Parameters
| Name | Description |
|---|---|
| Object | object that has been destroyed |
| Index | index of object that is being deleted |