ENotifyRegistrationType

Used by the EDL at boot time to coordinate loading with what is going on with the deferred registration stuff

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/LinkerLoad.h"

Syntax

enum ENotifyRegistrationType
{
    NRT_Class,
    NRT_ClassCDO,
    NRT_Struct,
    NRT_Enum,
    NRT_Package,
}

Values

Name

Description

NRT_Class

NRT_ClassCDO

NRT_Struct

NRT_Enum

NRT_Package

Remarks

Used by the EDL at boot time to coordinate loading with what is going on with the deferred registration stuff

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss