unreal.AppReturnType

class unreal.AppReturnType

Bases: EnumBase

Enum denoting message dialog return types. note: Mirrored from GenericPlatformMisc.h

C++ Source:

  • Module: CoreUObject

  • File: NoExportTypes.h

CANCEL: AppReturnType

4

CONTINUE: AppReturnType

7

NO: AppReturnType

0

NO_ALL: AppReturnType

3

OK: AppReturnType

5

RETRY: AppReturnType

6

YES: AppReturnType

1

YES_ALL: AppReturnType

2