Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/IPatchDataEnumeration
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Run () |
Enumerates the data files used and outputs them to the OutputFile specified in the configuration | Interfaces/IPatchDataEnumeration.h | |
| Enumerates the data files used and outputs them into the array provided | Interfaces/IPatchDataEnumeration.h |
Run()
Description
Enumerates the data files used and outputs them to the OutputFile specified in the configuration
| Name | Run |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IPatchDataEnumeration.h |
| Include Path | #include "Interfaces/IPatchDataEnumeration.h" |
bool Run()
Success
Run(TArray< FString > &)
Description
Enumerates the data files used and outputs them into the array provided
| Name | Run |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IPatchDataEnumeration.h |
| Include Path | #include "Interfaces/IPatchDataEnumeration.h" |
bool Run
(
TArray < FString > & OutFiles
)
Success
Parameters
| Name | Remarks |
|---|---|
| OutFiles | OUT Array of enumerated files |