EWriteDisallowedWarningState

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "Editor/UnrealEdEngine.h"

Syntax

enum EWriteDisallowedWarningState
{
    WDWS_PendingWarn,
    WDWS_Warned,
    WDWS_WarningUnnecessary,
    WDWS_MAX,
}

Values

Name

Description

WDWS_PendingWarn

The user needs to be warned about the package.

WDWS_Warned

The user has been warned about the package.

WDWS_WarningUnnecessary

Warning for the package unnecessary.

WDWS_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