Navigation
API > API/Runtime > API/Runtime/IPC
References
| Module | IPC |
| Header | /Engine/Source/Runtime/IPC/Public/IPC.h |
| Include | #include "IPC.h" |
Syntax
class FSynchronizedInterprocessMemory
Remarks
Example class for synchronized interprocess memory
Constructors
No constructors are accessible with public or protected access.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSynchronizedInterprocessMemory * | Creates a new synchronized interprocess memory object | ||
| FSynchronizedInterprocessMemory * | OpenExisting
(
const TCHAR* Name, |
Opens existing synchronized interprocess memory object | |
| bool | Reads a string from shared memory | ||
| bool | Writes string to shared memory |