Custom Templates
Templates are used for styling of a notification.
If you want to have a persistent style for some notifications, you can create a template.
For e.g, "DA_ItemLoot_Template".
How to create a new template?
Creating a new notification template is quite simple!
Head inside the NotifyPal → Templates folder and duplicate any Data Asset.
Fill in the details as you desire:
NotifyColor:
Colour of the notification text.
NotifyFont:
Font details for the notification text.
NotifyAnimationType:
Animation to use for the notification (E_AnimationType).
NotifyAnimSpeed:
Playback speed for the notification’s animation.
By default, 1.0 = 100% speed.
NotifyStyle:
Style of the notification (Classic, Classic Round Border, Only Text).
NotifyBorderColors:
Struct entry which can be customised if using Classic or Classic Round Borders styles to customise border styling.
-
SingleBorder:
Should the notification use a single border or double borders? If true, will use BorderColor_1 only.
-
BorderColor_1:
Colour of the outer “background” border.
-
BorderColor_2:
Colour of the inner “background” border.