unreal.AppMsgType

class unreal.AppMsgType

Bases: EnumBase

Enumerates supported message dialog button types.

C++ Source:

  • Module: CoreUObject

  • File: NoExportTypes.h

CANCEL_RETRY_CONTINUE: AppMsgType

4

OK: AppMsgType

0

OK_CANCEL: AppMsgType

2

YES_NO: AppMsgType

1

YES_NO_CANCEL: AppMsgType

3

YES_NO_YES_ALL: AppMsgType

7

YES_NO_YES_ALL_NO_ALL: AppMsgType

5

YES_NO_YES_ALL_NO_ALL_CANCEL: AppMsgType

6