FSwarmInterface::AddChannel

Adds an existing file to the cache.

Windows
MacOS
Linux

References

Module

SwarmInterface

Header

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

Include

#include "SwarmInterface.h"

Syntax

int32 AddChannel
(
    const TCHAR * FullPath,
    const TCHAR * ChannelName
)

Remarks

Adds an existing file to the cache. Note, any existing channel with the same name will be overwritten.

Returns

int32 Error code (< 0 is an error)

Parameters

Parameter

Description

FullPath

The full path name to the file that should be copied into the cache

ChannelName

The name of the channel once it's in the cache

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