FSwarmInterface::AddChannel

Adds an existing file to the cache.

Choose your operating system:

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