FPlayTimeLimitModule

Module for reducing rewards based on play time

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

FSelfRegisteringExec

FPlayTimeLimitModule

References

Module

PlayTimeLimit

Header

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

Include

#include "PlayTimeLimitModule.h"

Syntax

class FPlayTimeLimitModule :
    public IModuleInterface,
    public FSelfRegisteringExec

Remarks

Module for reducing rewards based on play time

Functions

Name Description

Public function Static

FPlayTimeLim...

 

Get()

Singleton-like access to this module's interface.

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Overridden from FExec

Name Description

Public function Virtual

bool

 

Exec

(
    UWorld* InWorld,
    const TCHAR* Cmd,
    FOutputDevice& Ar
)

FSelfRegisteringExec.

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