Navigation
Unreal Engine C++ API Reference > Plugins > OnlineSubsystem > Interfaces > IOnlinePlayTimeLimit
References
Module | OnlineSubsystem |
Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePlayTimeLimit.h |
Include | #include "Interfaces/OnlinePlayTimeLimit.h" |
int32 GetPlayTimeMinutes
(
const FUniqueNetId & UserId
)
Remarks
Get the play time in minutes for the user the play time in minutes for the user
Parameters
Name | Description |
---|---|
UserId | the id of the user to check |