Navigation
API > API/Plugins > API/Plugins/Qos
Logging related to parties Module for QoS service utilities
| Name | FQosModule |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Qos/Public/QosModule.h |
| Include Path | #include "QosModule.h" |
Syntax
class FQosModule :
public IModuleInterface,
public FSelfRegisteringExec
Inheritance Hierarchy
- FExec → FSelfRegisteringExec → FQosModule
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| QosInterface | TSharedPtr< FQosInterface > | QosModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< FQosInterface > GetQosInterface() |
Get the interface singleton | QosModule.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Exec_Runtime
(
UWorld* InWorld, |
FSelfRegisteringExec. | QosModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FQosModule & Get () |
Singleton-like access to this module's interface. | QosModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | QosModule.h |