FUObjectCreateListener

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

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectArray.h"

Syntax

class FUObjectCreateListener

Remarks

Base class for UObjectBase create class listeners

Destructors

Name Description

Public function Virtual

~FUObjectCreateListener()

Functions

Name Description

Public function

void

 

NotifyUObjectCreated

(
    const UObjectBase* Object,
    int32 Index
)

Provides notification that a UObjectBase has been added to 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