|
{"className": "FFeatureAdditionalFiles::FFeatureAdditionalFiles", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "", "module": "AddContentDialog", "code": "FFeatureAdditionalFiles()", "variables": []}
|
|
{"className": "FFeatureAdditionalFiles", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "Structure that defines a shared feature pack resource.", "module": "AddContentDialog", "code": "struct FFeatureAdditionalFiles", "variables": [{"type": "TArray<FString...", "name": "AdditionalFilesList", "description": "List of files to insert"}, {"type": "FString", "name": "DestinationFilesFolder", "description": "Name of the folder to insert the files to"}]}
|
|
{"className": "FFeaturePackContentSource::BuildListOfAdditionalFiles", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "", "module": "AddContentDialog", "code": "void BuildListOfAdditionalFiles ( [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FString](API\\Runtime\\Core\\Containers\\FString) > & AdditionalFileSourceList, [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FString](API\\Runtime\\Core\\Containers\\FString) > & FileList, bool & bContainsSourceFiles )", "variables": []}
|
|
{"className": "FFeaturePackContentSource::GetAdditionalFilesForPack", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "Returns a list of additional files (including the path) as specified in the config file if one exists in the pack file.\ntrue if config file was read and parsed successfully", "module": "AddContentDialog", "code": "bool GetAdditionalFilesForPack ( [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FString](API\\Runtime\\Core\\Containers\\FString) > & FileList, bool & bContainsSource )", "variables": []}
|
|
{"className": "FFeaturePackContentSource::CopyAdditionalFilesToFolder", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "Copies the list of files specified in 'AdditionFilesToInclude' section in the config.ini of the feature pack.\ntrue if config file was read and parsed successfully", "module": "AddContentDialog", "code": "void CopyAdditionalFilesToFolder ( const [FString](API\\Runtime\\Core\\Containers\\FString) & DestinationFolder, [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FString](API\\Runtime\\Core\\Containers\\FString) > & FilesCopied, bool & bHasSourceFiles, [FString](API\\Runtime\\Core\\Containers\\FString) InGameFolder )", "variables": []}
|
|
{"className": "FFeaturePackContentSource::GetCategories", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "Gets the category for the content source.", "module": "AddContentDialog", "code": "virtual const [TArray](API\\Runtime\\Core\\Containers\\TArray)< EContentSourceCategory > & GetCategories() const", "variables": []}
|
|
{"className": "FFeaturePackContentSource::GetClassTypesUsed", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "Gets the class types used in this pack.", "module": "AddContentDialog", "code": "virtual const [FString](API\\Runtime\\Core\\Containers\\FString) & GetClassTypesUsed() const", "variables": []}
|
|
{"className": "FFeaturePackContentSource::GetFocusAssetName", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "", "module": "AddContentDialog", "code": "const [FString](API\\Runtime\\Core\\Containers\\FString) & GetFocusAssetName() const", "variables": []}
|
|
{"className": "FFeaturePackContentSource::GetIconData", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "Gets the image data for the icon which should represent the content source in the UI.", "module": "AddContentDialog", "code": "virtual [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< FImageData > GetIconData() const", "variables": []}
|
|
{"className": "FFeaturePackContentSource::GetIdent", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "Gets the identity of the content.", "module": "AddContentDialog", "code": "virtual const [FString](API\\Runtime\\Core\\Containers\\FString) & GetIdent() const", "variables": []}
|
|
{"className": "FFeaturePackContentSource::GetLocalizedDescriptions", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "Gets the description of the content source as an array or localized strings.", "module": "AddContentDialog", "code": "virtual const [TArray](API\\Runtime\\Core\\Containers\\TArray)< FLocalizedText > & GetLocalizedDescriptions() const", "variables": []}
|
|
{"className": "FFeaturePackContentSource::GetLocalizedAssetTypes", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "Gets the asset types used in this pack.", "module": "AddContentDialog", "code": "virtual const [TArray](API\\Runtime\\Core\\Containers\\TArray)< FLocalizedText > & GetLocalizedAssetTypes() const", "variables": []}
|
|
{"className": "FFeaturePackContentSource::GetLocalizedNames", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "Gets the name of the content source as an array of localized strings.", "module": "AddContentDialog", "code": "virtual const [TArray](API\\Runtime\\Core\\Containers\\TArray)< FLocalizedText > & GetLocalizedNames() const", "variables": []}
|
|
{"className": "FFeaturePackContentSource::GetScreenshotData", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "Gets an array or image data for screenshots for the content source.", "module": "AddContentDialog", "code": "virtual const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< FImageData > > & GetScreenshotData() const", "variables": []}
|
|
{"className": "FFeaturePackContentSource::GetSortKey", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "Gets the category for the content source.", "module": "AddContentDialog", "code": "virtual const [FString](API\\Runtime\\Core\\Containers\\FString) & GetSortKey() const", "variables": []}
|
|
{"className": "FFeaturePackContentSource::ImportPendingPacks", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "", "module": "AddContentDialog", "code": "static void ImportPendingPacks()", "variables": []}
|
|
{"className": "FFeaturePackContentSource::InsertAdditionalFeaturePacks", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "", "module": "AddContentDialog", "code": "void InsertAdditionalFeaturePacks()", "variables": []}
|
|
{"className": "FFeaturePackContentSource::InsertAdditionalResources", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "", "module": "AddContentDialog", "code": "bool InsertAdditionalResources ( [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FFeaturePackLevelSet](API\\Editor\\AddContentDialog\\FFeaturePackLevelSet) > InAdditionalFeaturePacks, EFeaturePackDetailLevel RequiredLevel, const [FString](API\\Runtime\\Core\\Containers\\FString) & InDestinationFolder, [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FString](API\\Runtime\\Core\\Containers\\FString) > & InFilesCopied )", "variables": []}
|
|
{"className": "FFeaturePackContentSource::IsDataValid", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "Is the data in this content valid.", "module": "AddContentDialog", "code": "virtual bool IsDataValid() const", "variables": []}
|
|
{"className": "FFeaturePackContentSource::InstallToProject", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "Installs the content in the content source to the specific path.\ntrue if install succeeded", "module": "AddContentDialog", "code": "virtual bool InstallToProject ( [FString](API\\Runtime\\Core\\Containers\\FString) InstallPath )", "variables": []}
|
|
{"className": "FFeaturePackContentSource::FFeaturePackContentSource", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "", "module": "AddContentDialog", "code": "FFeaturePackContentSource()", "variables": []}
|
|
{"className": "FFeaturePackContentSource::FFeaturePackContentSource", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "", "module": "AddContentDialog", "code": "FFeaturePackContentSource ( [FString](API\\Runtime\\Core\\Containers\\FString) InFeaturePackPath )", "variables": []}
|
|
{"className": "FFeaturePackContentSource::~FFeaturePackContentSource", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "", "module": "AddContentDialog", "code": "virtual ~FFeaturePackContentSource()", "variables": []}
|
|
{"className": "FFeaturePackContentSource", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "A content source which represents a content upack.", "module": "AddContentDialog", "code": "class FFeaturePackContentSource : public IContentSource", "variables": [{"type": "TArray<FString...", "name": "ParseErrors", "description": "Errors found when parsing manifest (if any)"}]}
|
|
{"className": "FFeaturePackLevelSet::GetFeaturePackNameForLevel", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "", "module": "AddContentDialog", "code": "[FString](API\\Runtime\\Core\\Containers\\FString) GetFeaturePackNameForLevel ( EFeaturePackDetailLevel InLevel, bool bLevelRequired )", "variables": []}
|
|
{"className": "FFeaturePackLevelSet::FFeaturePackLevelSet", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "", "module": "AddContentDialog", "code": "FFeaturePackLevelSet()", "variables": []}
|
|
{"className": "FFeaturePackLevelSet::FFeaturePackLevelSet", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "Creates a newFFeaturePackLevelSet", "module": "AddContentDialog", "code": "FFeaturePackLevelSet ( [FString](API\\Runtime\\Core\\Containers\\FString) InMountName, [TArray](API\\Runtime\\Core\\Containers\\TArray)< EFeaturePackDetailLevel > InDetailLevels )", "variables": []}
|
|
{"className": "FFeaturePackLevelSet", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "Structure that defines a shared feature pack resource.", "module": "AddContentDialog", "code": "struct FFeaturePackLevelSet", "variables": [{"type": "TArray< EFeatur...", "name": "DetailLevels", "description": "List of shared resource levels for this shared resource."}, {"type": "FString", "name": "MountName", "description": "Mount name for the shared resource - this is the folder the resource will be copied to on project generation as well as the name of the folder that will appear in the content browser."}]}
|
|
{"className": "FLocalizedTextArray::GetTwoLetterLanguage", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "Gets the iso 2-letter language specifier for this text.", "module": "AddContentDialog", "code": "const [FString](API\\Runtime\\Core\\Containers\\FString) & GetTwoLetterLanguage() const", "variables": []}
|
|
{"className": "FLocalizedTextArray::GetTags", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "Gets the array of tags in the language specified.", "module": "AddContentDialog", "code": "const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FText](API\\Runtime\\Core\\Internationalization\\FText) > & GetTags() const", "variables": []}
|
|
{"className": "FLocalizedTextArray::FLocalizedTextArray", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "", "module": "AddContentDialog", "code": "FLocalizedTextArray()", "variables": []}
|
|
{"className": "FLocalizedTextArray::FLocalizedTextArray", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "Creates a new FLocalizedText", "module": "AddContentDialog", "code": "FLocalizedTextArray ( [FString](API\\Runtime\\Core\\Containers\\FString) InTwoLetterLanguage, [FString](API\\Runtime\\Core\\Containers\\FString) InText )", "variables": []}
|
|
{"className": "FPackData", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "", "module": "AddContentDialog", "code": "struct FPackData", "variables": [{"type": "TArray<UObject...", "name": "ImportedObjects", "description": ""}, {"type": "FString", "name": "PackMap", "description": ""}, {"type": "FString", "name": "PackName", "description": ""}, {"type": "FString", "name": "PackSource", "description": ""}]}
|
|
{"className": "FLocalizedTextArray", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h", "description": "", "module": "AddContentDialog", "code": "class FLocalizedTextArray", "variables": []}
|
|
{"className": "IAddContentDialogModule::GetContentSourceProviderManager", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/IAddContentDialogModule.h", "description": "Gets the object responsible for managing content source providers.", "module": "AddContentDialog", "code": "[TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< FContentSourceProviderManager > GetContentSourceProviderManager()", "variables": []}
|
|
{"className": "IAddContentDialogModule", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/IAddContentDialogModule.h", "description": "Defines methods for interacting with the Add Content Dialog.", "module": "AddContentDialog", "code": "class IAddContentDialogModule : public [IModuleInterface](API\\Runtime\\Core\\Modules\\IModuleInterface)", "variables": []}
|
|
{"className": "IAddContentDialogModule::ShowDialog", "headerPath": "/Engine/Source/Editor/AddContentDialog/Public/IAddContentDialogModule.h", "description": "Creates a dialog for adding existing content to a project.", "module": "AddContentDialog", "code": "void ShowDialog ( [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [SWindow](API\\Runtime\\SlateCore\\Widgets\\SWindow) > ParentWindow )", "variables": []}
|
|
|