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" |
bool HasTimeLimit
(
const FUniqueNetId & UserId
)
Remarks
Does the user have a play time limit? true if the user has a play time limit
Parameters
Name | Description |
---|---|
UserId | the id of the user to check |