FSwarmInterface::ReadChannel

Reads data from a channel opened for READ into the provided buffer

Windows
MacOS
Linux

References

Module

SwarmInterface

Header

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

Include

#include "SwarmInterface.h"

Syntax

int32 ReadChannel
(
    int32 Channel,
    void * Data,
    int32 DataSize
)

Remarks

Reads data from a channel opened for READ into the provided buffer

Returns

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

Parameters

Parameter

Description

Channel

An open channel handle, returned by OpenChannel

Data

Destination buffer for the read

Data

Size of the destination 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