Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FSuppressableWarningDialog
Optional mode of operation for FSuppressableWarningDialog
| Name | EMode |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Dialogs/Dialogs.h |
| Include Path | #include "Dialogs/Dialogs.h" |
Syntax
enum EMode
{
Default,
DontPersistSuppressionAcrossSessions,
PersistUserResponse,
}
Values
| Name | Remarks |
|---|---|
| Default | Default behavior for dialog |
| DontPersistSuppressionAcrossSessions | Dialog suppression will not persist after editor closes |
| PersistUserResponse | Persist user result |