Navigation
API > API/Editor > API/Editor/AddContentDialog > API/Editor/AddContentDialog/FFeaturePackContentSource
References
| Module | AddContentDialog |
| Header | /Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h |
| Include | #include "FeaturePackContentSource.h" |
| Source | /Engine/Source/Editor/AddContentDialog/Private/ContentSourceProviders/FeaturePack/FeaturePackContentSource.cpp |
bool GetAdditionalFilesForPack
&40;
TArray< FString > & FileList,
bool & bContainsSource
&41;
Remarks
Returns a list of additional files (including the path) as specified in the config file if one exists in the pack file. true if config file was read and parsed successfully
Parameters
| Name | Description |
|---|---|
| FileList | array to receive list of files |
| bContainsSource | did the file list contain any source files |