FSwarmInterface::OpenChannel

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

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss