Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FCoreUObjectDelegates
Type
typedef TMulticastDelegate_TwoParams< void, FName , ECompiledInUObjectsRegisteredStatus Status > FCompiledInUObjectsRegisteredDelegate
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include | #include "UObject/UObjectGlobals.h" |
Remarks
Delegate invoked when requests are made to process pending UObject registrations. This will be invoked during the loading of modules and outside of module load to register any delayed registrations. This callback will be invoked regardless of if the module contained any UObject definitions. The callback will also be invoked during module load in monolithic builds.
See ECompiledInUObjectsRegisteredStatus for more detailed information about the notifications.