Ark Server API (ASA) - Wiki
|
#include "CoreTypes.h"
#include "Delegates/Delegate.h"
#include "Internationalization/Text.h"
#include "Logging/LogCategory.h"
#include "Misc/Attribute.h"
#include "Templates/SharedPointer.h"
Go to the source code of this file.
Classes | |
struct | FAsyncTaskNotificationConfig |
struct | FAsyncNotificationStateData |
class | FAsyncTaskNotification |
Enumerations | |
enum class | EAsyncTaskNotificationState : uint8 { None = 0x0 , Pending = 0x1 , Success = 0x2 , Failure = 0x3 , Prompt = 0x4 , None = 0 , Pending , Success , Failure , Prompt } |
enum class | EAsyncTaskNotificationPromptAction : uint8 { None = 0x0 , Continue = 0x1 , Cancel = 0x2 , Unattended = 0x3 , None = 0 , Continue , Cancel , Unattended } |
|
strong |
Definition at line 64 of file AsyncTaskNotification.h.
|
strong |
Enumerator | |
---|---|
None | |
Pending | |
Success | |
Failure | |
Prompt | |
None | |
Pending | |
Success | |
Failure | |
Prompt |
Definition at line 55 of file AsyncTaskNotification.h.