FSwarmInterface::Initialize

Initializes the Swarm singleton, must be called before [FSwarmInterface::Get()](API\Editor\SwarmInterface\FSwarmInterface\Get).

Windows
MacOS
Linux

References

Module

SwarmInterface

Header

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

Include

#include "SwarmInterface.h"

Source

/Engine/Source/Editor/SwarmInterface/Private/SwarmInterface.cpp

Syntax

static bool Initialize
(
    const TCHAR * SwarmInterfacePath
)

Remarks

Initializes the Swarm singleton, must be called before FSwarmInterface::Get().

Returns

A boolean indicating if the initialization was successful

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