Navigation
API > API/Plugins > API/Plugins/PlayTimeLimit
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
| Type | Name | Description | |
|---|---|---|---|
| FPlayTimeLimitModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |
Overridden from FExec
| Type | Name | Description | |
|---|---|---|---|
| bool | Exec_Runtime
(
UWorld* InWorld, |
FSelfRegisteringExec. |