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 |
void CopyAdditionalFilesToFolder
&40;
const FString & DestinationFolder,
TArray< FString > & FilesCopied,
bool & bHasSourceFiles,
FString InGameFolder
&41;
Remarks
Copies the list of files specified in 'AdditionFilesToInclude' section in the config.ini of the feature pack. true if config file was read and parsed successfully
Parameters
| Name | Description |
|---|---|
| DestinationFolder | Destination folder for the files |
| FilesCopied | List of files copied |
| bContainsSource | Set to true if the file list contains any source files |