Navigation
Unreal Engine C++ API Reference > 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 ( [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & FileList, bool & bContainsSource )
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 |