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