Navigation
API > API/Runtime > API/Runtime/IPC > API/Runtime/IPC/FSynchronizedInterprocessMemory
References
| Module | IPC |
| Header | /Engine/Source/Runtime/IPC/Public/IPC.h |
| Include | #include "IPC.h" |
bool Write
(
const FString & String,
uint32 MaxMillisecondsToWait
)
Remarks
Writes string to shared memory true if was able to write
Parameters
| Name | Description |
|---|---|
| String | string to write |
| MaxMillisecondsToWait | max milliseconds to wait (if 0, wait forever) |