Navigation
API > API/Editor > API/Editor/SwarmInterface > API/Editor/SwarmInterface/FSwarmInterface
References
Module | SwarmInterface |
Header | /Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h |
Include | #include "SwarmInterface.h" |
int32 WriteChannel
&40;
int32 Channel,
const void &42; Data,
int32 DataSize
&41;
Remarks
Writes the provided data to the open channel opened for WRITE The number of bytes written (< 0 is an error)
Parameters
Name | Description |
---|---|
Channel | An open channel handle, returned by OpenChannel |
Data | Source buffer for the write |
Data | Size of the source buffer |