Navigation
Unreal Engine C++ API Reference > Runtime > Core > GenericPlatform
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
Include | #include "GenericPlatform/GenericPlatformMisc.h" |
Syntax
namespace EAppMsgType
{
enum Type
&123;
Ok,
YesNo,
OkCancel,
YesNoCancel,
CancelRetryContinue,
YesNoYesAllNoAll,
YesNoYesAllNoAllCancel,
YesNoYesAll,
&125;
}
Values
Name | Description |
---|---|
Ok | |
YesNo | |
OkCancel | |
YesNoCancel | |
CancelRetryContinue | |
YesNoYesAllNoAll | |
YesNoYesAllNoAllCancel | |
YesNoYesAll |
Remarks
Enumerates supported message dialog button types.