FPlayTimeLimitImpl::GetPlayTimeMinutes

Get the play time in minutes for the user

Windows
MacOS
Linux

Override Hierarchy

IOnlinePlayTimeLimit::GetPlayTimeMinutes()

FPlayTimeLimitImpl::GetPlayTimeMinutes()

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

virtual int32 GetPlayTimeMinutes
(
    const FUniqueNetId & UserId
)

Remarks

Get the play time in minutes for the user

Returns

the play time in minutes for the user

Parameters

Parameter

Description

UserId

the id of the user to check

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