Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/IBuildManifest
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FStringView > GetBuildFileListView () |
Get the list of files in this build. | Interfaces/IBuildManifest.h | |
TArray< FStringView > GetBuildFileListView
(
const TSet< FString >& Tags |
Get the list of files in this build which match a tag from a given set. | Interfaces/IBuildManifest.h |
GetBuildFileListView()
Description
Get the list of files in this build. Filenames are all relative to an install directory. Filenames returned are a view over memory owned by the BuildManifest
| Name | GetBuildFileListView |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h |
| Include Path | #include "Interfaces/IBuildManifest.h" |
TArray < FStringView > GetBuildFileListView() const
an array containing build files
GetBuildFileListView(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 Filenames returned are a view over memory owned by the BuildManifest
| Name | GetBuildFileListView |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h |
| Include Path | #include "Interfaces/IBuildManifest.h" |
TArray < FStringView > GetBuildFileListView
(
const TSet< FString > & Tags
) const
an array containing build files