Notification Channel Group

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

This is a grouping of related notification channels.

FNotificationChannelGroup

Field Type Description
ID FString The id of the group. Must be unique per package. The value may be truncated if it is too long.
Name FString The user visible name of the group. The recommended maximum length is 40 characters; the value may be truncated if it is too long.
Description FString The user visible description of this group. The recommended maximum length is 300 characters; the value may be truncated if it is too long.