Navigation
API > API/Plugins > API/Plugins/Qos
Inheritance Hierarchy
- IModuleInterface
- FSelfRegisteringExec
- FQosModule
References
| Module | Qos |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/Qos/Public/QosModule.h |
| Include | #include "QosModule.h" |
Syntax
class FQosModule :
public IModuleInterface,
public FSelfRegisteringExec
Remarks
Logging related to parties Module for QoS service utilities
Functions
| Type | Name | Description | |
|---|---|---|---|
| FQosModule & | Get () |
Singleton-like access to this module's interface. | |
| TSharedRef< FQosInterface > | Get the interface singleton | ||
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |
Overridden from FExec
| Type | Name | Description | |
|---|---|---|---|
| bool | Exec_Runtime
(
UWorld* InWorld, |
FSelfRegisteringExec. |