IOnlinePlayTimeLimit::GetRewardRate

Get the reward amount multiplier for the user Expected to start at 1.0 (full rewards), and is reduced based on their play time

Windows
MacOS
Linux

Override Hierarchy

IOnlinePlayTimeLimit::GetRewardRate()

FPlayTimeLimitImpl::GetRewardRate()

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePlayTimeLimit.h

Include

#include "Interfaces/OnlinePlayTimeLimit.h"

Syntax

float GetRewardRate
(
    const FUniqueNetId & UserId
)

Remarks

Get the reward amount multiplier for the user Expected to start at 1.0 (full rewards), and is reduced based on their play time

Returns

the reward amount multiplier

Parameters

Parameter

Description

UserId

the id of the user to check

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