Files
FNGameProj/Source/LocalNotifications/Private/LocalNotificationData.cpp
T
2024-03-03 23:44:39 +01:00

10 lines
261 B
C++

#include "LocalNotificationData.h"
FLocalNotificationData::FLocalNotificationData() {
this->Enable = false;
this->Type = ELocalNotificationType::SpecificDateTime;
this->EventType = ELocalNotificationEventType::None;
this->LocalTime = false;
}