Navigation
Unreal Engine C++ API Reference > Editor > SwarmInterface > FSwarmInterface
References
Module | SwarmInterface |
Header | /Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h |
Include | #include "SwarmInterface.h" |
int32 OpenChannel
&40;
const TCHAR &42; ChannelName,
TChannelFlags ChannelFlags
&41;
Remarks
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
Parameters
Name | Description |
---|---|
ChannelName | The name of the channel being opened |
ChannelFlags | The mode, access, and other attributes of the channel being opened |