#include "FortNotificationHandler.h" void UFortNotificationHandler::NotificationShown_Implementation() { } void UFortNotificationHandler::ClearNotification_Implementation() { } UFortNotificationHandler::UFortNotificationHandler() { this->bNotificationCleared = false; }