Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h |
Include |
#include "SwarmInterface.h" |
Reads data from a channel opened for READ into the provided buffer
The number of bytes read (< 0 is an error)
Parameter |
Description |
---|---|
Channel |
An open channel handle, returned by OpenChannel |
Data |
Destination buffer for the read |
Data |
Size of the destination buffer |