Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h |
Include |
#include "SwarmInterface.h" |
int32 OpenChannel
(
const TCHAR * ChannelName,
TChannelFlags ChannelFlags
)
Opens a data channel for streaming data into the cache associated with an Agent
A handle to the opened channel (< 0 is an error), be sure to close it with CloseChannel
Parameter |
Description |
---|---|
ChannelName |
The name of the channel being opened |
ChannelFlags |
The mode, access, and other attributes of the channel being opened |