Publish

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

Publish

(
    const FString& Pathname,
    FString& OutFileId
)

Copy the specified files in a uniquely named file stored in the service directory for sharing.

Public function

bool

 

Publish

(
    FArchive& SrcAr,
    FString& OutFileId
)

Copies all the bytes contained in the archives in a uniquely named file stored in the service directory for sharing.

Public function

bool

 

Publish

(
    FArchive& SrcAr,
    int64 Count,
    FString& OutFileId
)

Copies up to Count bytes contained in the archives in a uniquely named file stored in the service directory for sharing.

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