EPackageNotifyState

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Editor/UnrealEdEngine.h

Include

#include "Editor/UnrealEdEngine.h"

Syntax

enum EPackageNotifyState
{
    NS_Updating,
    NS_BalloonPrompted,
    NS_DialogPrompted,
    NS_PendingPrompt,
    NS_PendingWarning,
    NS_MAX,
}

Values

Name

Description

NS_Updating

Updating the source control state of the package

NS_BalloonPrompted

The user has been prompted with the balloon taskbar message.

NS_DialogPrompted

The user responded to the balloon task bar message and got the modal prompt to checkout dialog and responded to it.

NS_PendingPrompt

The package has been marked dirty and is pending a balloon prompt.

NS_PendingWarning

The package has been marked dirty but cannot be checked out, and is pending a modal warning dialog.

NS_MAX

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