FSwarmInterface::WriteChannel

Writes the provided data to the open channel opened for WRITE

Choose your operating system:

Windows

macOS

Linux

References

Module

SwarmInterface

Header

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

Include

#include "SwarmInterface.h"

Syntax

int32 WriteChannel
(
    int32 Channel,
    const void * Data,
    int32 DataSize
)

Remarks

Writes the provided data to the open channel opened for WRITE

Returns

The number of bytes written (< 0 is an error)

Parameters

Parameter

Description

Channel

An open channel handle, returned by OpenChannel

Data

Source buffer for the write

Data

Size of the source buffer