Navigation
API > API/Runtime > API/Runtime/IPC
Inheritance Hierarchy
- IModuleInterface
- IIPCModule
References
| Module | IPC |
| Header | /Engine/Source/Runtime/IPC/Public/IPCModule.h |
| Include | #include "IPCModule.h" |
Syntax
class IIPCModule : public IModuleInterface
Remarks
The public interface to this module
Functions
| Type | Name | Description | |
|---|---|---|---|
| IIPCModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |