Navigation
Unreal Engine C++ API Reference > Plugins > OnlineSubsystem > Interfaces > IOnlinePlayTimeLimit
- IOnlinePlayTimeLimit::HasTimeLimit()
- FPlayTimeLimitImpl::HasTimeLimit()
References
Module | OnlineSubsystem |
Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePlayTimeLimit.h |
Include | #include "Interfaces/OnlinePlayTimeLimit.h" |
bool HasTimeLimit
&40;
const FUniqueNetId & UserId
&41;
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 |