EResult

Custom return type used by ShowModal

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Dialogs/Dialogs.h

Include

#include "Dialogs/Dialogs.h"

Syntax

enum EResult
{
    Suppressed    = -1,
    Cancel        = 0,
    Confirm       = 1,
}

Values

Name

Description

Suppressed

Cancel

Confirm

Remarks

Custom return type used by ShowModal

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