Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h |
Include |
#include "SwarmInterface.h" |
int32 OpenConnection
(
FConnectionCallback CallbackFunc,
void * CallbackData,
TLogFlags LoggingFlags,
const TCHAR * OptionsFolder
)
Opens a new connection to the Swarm
An int32 containing the error code (if < 0) or the handle (>= 0) which is useful for debugging only
Parameter |
Description |
---|---|
CallbackFunc |
The callback function Swarm will use to communicate back to the Instigator |