FFeaturePackContentSource::CopyAdditionalFilesToFolder

Copies the list of files specified in 'AdditionFilesToInclude' section in the config.ini of the feature pack.

Windows
MacOS
Linux

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

Syntax

void CopyAdditionalFilesToFolder
(
    const FString & DestinationFolder,
    TArray< FString > & FilesCopied,
    bool & bHasSourceFiles,
    FString InGameFolder
)

Remarks

Copies the list of files specified in 'AdditionFilesToInclude' section in the config.ini of the feature pack.

Returns

true if config file was read and parsed successfully

Parameters

Parameter

Description

DestinationFolder

Destination folder for the files

FilesCopied

List of files copied

bContainsSource

Set to true if the file list contains any source files

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss