Notification Channel

This struct is designed to mimic as closely as possible the class of a Notification Channel within the SDK.

This is a representation of settings that apply to a collection of similarly themed notifications.

FNotificationChannel

Field Type Description
ID FString The id of the channel. Must be unique per package. The value may be truncated if it is too long.
Name FString The user visible name of the channel. The recommended maximum length is 40 characters; the value may be truncated if it is too long
ChannelImportance EChannelImportance The importance of the channel. This defines how interruptive notifications posted to this channel are.
Description FString The user visible description of this channel. The recommended maximum length is 300 characters; the value may be truncated if it is too long.
Group FString The notification channel group ID this channel belongs to.