FOnlinePlayLimitConfigEntry

Configuration

Windows
MacOS
Linux

References

Module

PlayTimeLimit

Header

/Engine/Plugins/Online/OnlineFramework/Source/PlayTimeLimit/Public/PlayTimeLimitImpl.h

Include

#include "PlayTimeLimitImpl.h"

Syntax

struct FOnlinePlayLimitConfigEntry

Remarks

Configuration

Variables

Name Description

Public variable

int32

 

NotificationRateMinutes

Number of minutes between notifications to the user about their play time

Public variable

float

 

RewardRate

Reward rate at this limit

Public variable

int32

 

TimeStartMinutes

Number of minutes the user must play before this is effective

Constructors

Name Description

Public function

FOnlinePlayLimitConfigEntry

(
    int32 InTimeStartMinutes,
    int32 InNotificationRateMinutes,
    float InRewardRate
)

Constructor

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