EZNotifications UE Plugin
  • Overview
    • 👋Welcome!
    • 🔗Links
  • Getting Started
    • 📺Getting Started Tutorial
    • Setup UMG
    • Add Animations
    • Show Notification
    • Show Alert
    • Concurrent Notifications
    • Duration timeline
  • Info
    • Logging
    • NotificationSubsystem
    • NotificationSettings struct
    • ⚙️Plugin Settings
Powered by GitBook
On this page
  1. Getting Started

Add Animations

Notification animations are optional.

PreviousSetup UMGNextShow Notification

Last updated 1 year ago

To add an intro/outro animation, simply create an animation inside the user widget editor, then set the animation using those functions:

I do recommend that you set the animation in the PreConstruct only because this is the first life cycle of a user widget.

In the screenshot, you can see that I created an animation that I called IntroAnimation and connected that only to the SetNotificationAnimation. That's because if you don't specify an exit animation, the notification system will use the IntroAnimation as the outro animation but reversed.