![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 () |
|
strong |
|
strong |
| COREUOBJECT_API void NotifyRegistrationComplete | ( | ) |
| 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 | ) |