UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AsyncLoadingEvents.h File Reference
#include "HAL/Platform.h"

Go to the source code of this file.

Namespaces

namespace  Verse
 

Enumerations

enum class  ENotifyRegistrationType {
  NRT_Class , NRT_ClassCDO , NRT_Struct , NRT_Enum ,
  NRT_Package , NRT_NoExportObject
}
 
enum class  ENotifyRegistrationPhase { NRP_Added , NRP_Started , NRP_Finished }
 

Functions

COREUOBJECT_API void NotifyRegistrationEvent (FName PackageName, FName Name, ENotifyRegistrationType NotifyRegistrationType, ENotifyRegistrationPhase NotifyRegistrationPhase, UObject *(*InRegister)()=nullptr, bool InbDynamic=false, UObject *FinishedObject=nullptr)
 
void NotifyScriptVersePackage (Verse::VPackage *Package)
 
COREUOBJECT_API void NotifyRegistrationComplete ()
 

Enumeration Type Documentation

◆ ENotifyRegistrationPhase

Enumerator
NRP_Added 
NRP_Started 
NRP_Finished 

◆ ENotifyRegistrationType

Enumerator
NRT_Class 
NRT_ClassCDO 
NRT_Struct 
NRT_Enum 
NRT_Package 
NRT_NoExportObject 

Function Documentation

◆ NotifyRegistrationComplete()

COREUOBJECT_API void NotifyRegistrationComplete ( )

◆ NotifyRegistrationEvent()

COREUOBJECT_API void NotifyRegistrationEvent ( FName  PackageName,
FName  Name,
ENotifyRegistrationType  NotifyRegistrationType,
ENotifyRegistrationPhase  NotifyRegistrationPhase,
UObject *(*)()  InRegister = nullptr,
bool  InbDynamic = false,
UObject FinishedObject = nullptr 
)

◆ NotifyScriptVersePackage()

void NotifyScriptVersePackage ( Verse::VPackage Package)