Navigation
API > API/Editor > API/Editor/AddContentDialog
Inheritance Hierarchy
- IContentSource
- FFeaturePackContentSource
References
| Module | AddContentDialog |
| Header | /Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h |
| Include | #include "FeaturePackContentSource.h" |
Syntax
class FFeaturePackContentSource : public IContentSource
Remarks
A content source which represents a content upack.
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFeaturePackContentSource
(
FString InFeaturePackPath |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BuildListOfAdditionalFiles
(
TArray< FString >& AdditionalFileSourceList, |
||
| void | CopyAdditionalFilesToFolder
(
const FString& DestinationFolder, |
Copies the list of files specified in 'AdditionFilesToInclude' section in the config.ini of the feature pack. | |
| bool | GetAdditionalFilesForPack
(
TArray< FString >& FileList, |
Returns a list of additional files (including the path) as specified in the config file if one exists in the pack file. | |
| const TArray< EContentSourceCategory > & | Gets the category for the content source. | ||
| const FString & | Gets the class types used in this pack. | ||
| const FString & | |||
| TSharedPtr< FImageData > | GetIconData () |
Gets the image data for the icon which should represent the content source in the UI. | |
| const FString & | GetIdent () |
Gets the identity of the content. | |
| const TArray< FLocalizedText > & | Gets the asset types used in this pack. | ||
| const TArray< FLocalizedText > & | Gets the description of the content source as an array or localized strings. | ||
| const TArray< FLocalizedText > & | Gets the name of the content source as an array of localized strings. | ||
| const TArray< TSharedPtr< FImageData > > & | Gets an array or image data for screenshots for the content source. | ||
| const FString & | GetSortKey () |
Gets the category for the content source. | |
| void | |||
| void | |||
| bool | InsertAdditionalResources
(
TArray< FFeaturePackLevelSet > InAdditionalFeaturePacks, |
||
| bool | InstallToProject
(
FString InstallPath |
Installs the content in the content source to the specific path. | |
| bool | IsDataValid () |
Is the data in this content valid. |