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 Read
(
FString & OutString,
uint32 MaxMillisecondsToWait
)
Remarks
Reads a string from shared memory true if read withing given time
Parameters
| Name | Description |
|---|---|
| String | string to read into |
| MaxMillisecondsToWait | max milliseconds to wait (if 0, wait forever) |