Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/IBuildManifest
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FString > GetBuildFileList () |
Get the list of files in this build. Filenames are all relative to an install directory | Interfaces/IBuildManifest.h | |
TArray< FString > GetBuildFileList
(
const TSet< FString >& Tags |
Get the list of files in this build which match a tag from a given set. | Interfaces/IBuildManifest.h |
GetBuildFileList()
Description
Get the list of files in this build. Filenames are all relative to an install directory
| Name | GetBuildFileList |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h |
| Include Path | #include "Interfaces/IBuildManifest.h" |
TArray < FString > GetBuildFileList() const
an array containing build files
GetBuildFileList(const TSet< FString > &)
Description
Get the list of files in this build which match a tag from a given set. Filenames are all relative to an install directory
| Name | GetBuildFileList |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h |
| Include Path | #include "Interfaces/IBuildManifest.h" |
TArray < FString > GetBuildFileList
(
const TSet< FString > & Tags
) const
an array containing build files
Parameters
| Name | Remarks |
|---|---|
| Tags | The set of tags to query |