FSwarmInterface::OpenChannel

Opens a data channel for streaming data into the cache associated with an Agent

Choose your operating system:

Windows

macOS

Linux

References

Module

SwarmInterface

Header

/Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h

Include

#include "SwarmInterface.h"

Syntax

int32 OpenChannel
(
    const TCHAR * ChannelName,
    TChannelFlags ChannelFlags
)

Remarks

Opens a data channel for streaming data into the cache associated with an Agent

Returns

A handle to the opened channel (< 0 is an error), be sure to close it with CloseChannel

Parameters

Parameter

Description

ChannelName

The name of the channel being opened

ChannelFlags

The mode, access, and other attributes of the channel being opened