Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/Interfaces > API/Runtime/BuildPatchServices/Interfaces/IBuildManifest > API/Runtime/BuildPatchServices/Interfaces/IBuildManifest/GetBuildFileList
References
| Module | BuildPatchServices |
| Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h |
| Include | #include "Interfaces/IBuildManifest.h" |
TArray< FString > GetBuildFileList
&40;
const TSet< FString > & Tags
&41; 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 an array containing build files
Parameters
| Name | Description |
|---|---|
| Tags | The set of tags to query |