Navigation
Unreal Engine C++ API Reference > Plugins > PlayTimeLimit
References
Module | PlayTimeLimit |
Header | /Engine/Plugins/Online/OnlineFramework/Source/PlayTimeLimit/Public/PlayTimeLimitImpl.h |
Include | #include "PlayTimeLimitImpl.h" |
Syntax
struct FOnlinePlayLimitConfigEntry
Remarks
Configuration
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
int32 | NotificationRateMinutes | Number of minutes between notifications to the user about their play time |
![]() |
float | RewardRate | Reward rate at this limit |
![]() |
int32 | TimeStartMinutes | Number of minutes the user must play before this is effective |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FOnlinePlayLimitConfigEntry
(
int32 InTimeStartMinutes, |
Constructor |