Navigation
API > API/Developer > API/Developer/AssetTools
References
| Module | AssetTools |
| Header | /Engine/Source/Developer/AssetTools/Public/ILocalizedAssetTools.h |
| Include | #include "ILocalizedAssetTools.h" |
Syntax
class ILocalizedAssetTools
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanLocalize
(
const UClass* Class |
||
| const FText & | Get shared text to warn that some files need to be on disk (not only in Revision Control) | ||
| ELocalizedAssetsResult | GetLocalizedVariants
(
const TArray< FName >& InPackages, |
Get localized variants on disk then in Revision Control if Project Settings requires it | |
| ELocalizedAssetsInSCCResult | GetLocalizedVariantsInRevisionControl
(
const TArray< FName >& InPackages, |
Get localized variants in Revision Control from an asset name list | |
| ELocalizedAssetsOnDiskResult | GetLocalizedVariantsOnDisk
(
const TArray< FName >& InPackages, |
Get localized variants on disk from an asset name list | |
| const FText & | Get shared text to warn that Revision Control needs to be available | ||
| void | OpenFilesInRevisionControlRequiredDialog
(
const TArray< FText >& FileList |
Open a dialog to required files in Revision Control to be on disk | |
| void | OpenLocalizedVariantsListMessageDialog
(
const FText& Header, |
Open a dialog with a file list (localized variants) with a custom message | |
| void | Open a dialog to required Revision Control to be configured |