unreal.AppMsgType¶
- class unreal.AppMsgType¶
Bases:
EnumBaseEnumerates supported message dialog button types.
C++ Source:
Module: CoreUObject
File: NoExportTypes.h
- CANCEL_RETRY_CONTINUE: AppMsgType = Ellipsis¶
4
- OK: AppMsgType = Ellipsis¶
0
- OK_CANCEL: AppMsgType = Ellipsis¶
2
- YES_NO: AppMsgType = Ellipsis¶
1
- YES_NO_CANCEL: AppMsgType = Ellipsis¶
3
- YES_NO_YES_ALL: AppMsgType = Ellipsis¶
7
- YES_NO_YES_ALL_NO_ALL: AppMsgType = Ellipsis¶
5
- YES_NO_YES_ALL_NO_ALL_CANCEL: AppMsgType = Ellipsis¶
6