FSwarmInterface::WriteChannel

Writes the provided data to the open channel opened for WRITE

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

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