FPlayTimeLimitImpl::UpdateNextNotificationTime

Update the next notification time for a user based on their current play time

Windows
MacOS
Linux

References

Module

PlayTimeLimit

Header

/Engine/Plugins/Online/OnlineFramework/Source/PlayTimeLimit/Public/PlayTimeLimitImpl.h

Include

#include "PlayTimeLimitImpl.h"

Source

/Engine/Plugins/Online/OnlineFramework/Source/PlayTimeLimit/Private/PlayTimeLimitImpl.cpp

Syntax

void UpdateNextNotificationTime
(
    FPlayTimeLimitUser & User,
    const int32 PlayTimeMinutes
) const

Remarks

Update the next notification time for a user based on their current play time

Parameters

Parameter

Description

User

the user to update

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss