Navigation
API > API/Plugins > API/Plugins/MsQuicRuntime
Inheritance Hierarchy
- IModuleInterface
- FMsQuicRuntimeModule
References
| Module | MsQuicRuntime |
| Header | /Engine/Plugins/Runtime/MsQuic/Source/Public/MsQuicRuntimeModule.h |
| Include | #include "MsQuicRuntimeModule.h" |
Syntax
class FMsQuicRuntimeModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | InitRuntime () |
Initializes the runtime by loading the MsQuic DLL if it's not loaded already. |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. |
Constants
| Name | Description |
|---|---|
| MSQUIC_BINARIES_PATH | Defines the MsQuic binaries path. |
| MSQUIC_VERSION | Defines the MsQuic version to be used. |
| MsQuicLibraryHandle | Holds the MsQuic library dll handle. |