FSwarmInterface::OpenConnection

Opens a new connection to the Swarm

Windows
MacOS
Linux

References

Module

SwarmInterface

Header

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

Include

#include "SwarmInterface.h"

Syntax

int32 OpenConnection
(
    FConnectionCallback CallbackFunc,
    void * CallbackData,
    TLogFlags LoggingFlags,
    const TCHAR * OptionsFolder
)

Remarks

Opens a new connection to the Swarm

Returns

An int32 containing the error code (if < 0) or the handle (>= 0) which is useful for debugging only

Parameters

Parameter

Description

CallbackFunc

The callback function Swarm will use to communicate back to the Instigator

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