Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SNotificationItem
| Name | ECompletionState |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h |
| Include Path | #include "Widgets/Notifications/SNotificationList.h" |
Syntax
enum ECompletionState
{
CS_None,
CS_Pending,
CS_Success,
CS_Fail,
}
Values
| Name | Remarks |
|---|---|
| CS_None | |
| CS_Pending | |
| CS_Success | |
| CS_Fail |