Navigation
API > API/Plugins > API/Plugins/PlayTimeLimit > API/Plugins/PlayTimeLimit/FPlayTimeLimitUser
Description
Set the next time to send the user a notification
| Name | SetNextNotificationTime |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/PlayTimeLimit/Public/PlayTimeLimitUser.h |
| Include Path | #include "PlayTimeLimitUser.h" |
virtual void SetNextNotificationTime
(
const TOptional < double > & InNextNotificationTime
)
Parameters
| Name | Remarks |
|---|---|
| InNextNotificationTime | the next notification time, or empty if this user should not receive periodic notifications |
See Also
- GetNextNotificationTime