IBuildManifest::GetBuildFileList

Get the list of files in this build which match a tag from a given set.

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h

Include

#include "Interfaces/IBuildManifest.h"

Syntax

TArray< FString > GetBuildFileList
(
    const TSet< FString > & Tags
) const

Remarks

Get the list of files in this build which match a tag from a given set. Filenames are all relative to an install directory

Returns

an array containing build files

Parameters

Parameter

Description

Tags

The set of tags to query

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