FFeaturePackContentSource::GetAdditionalFilesForPack

Returns a list of additional files (including the path) as specified in the config file if one exists in the pack file.

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

bool GetAdditionalFilesForPack
(
    TArray< 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.

Returns

true if config file was read and parsed successfully

Parameters

Parameter

Description

FileList

array to receive list of files

bContainsSource

did the file list contain 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