FSwarmInterface::Initialize

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

Choose your operating system:

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