Navigation
API > API/Developer > API/Developer/AssetTools
| Name | ELocalizedVariantsInclusion |
| Type | enum |
| Header File | /Engine/Source/Developer/AssetTools/Public/ILocalizedAssetTools.h |
| Include Path | #include "ILocalizedAssetTools.h" |
Syntax
enum ELocalizedVariantsInclusion
{
Include,
Exclude,
Cancel,
}
Values
| Name | Remarks |
|---|---|
| Include | Include localized variants (and possibly source assets) to an operation |
| Exclude | Exclude localized variants (or related source asset) from an operation |
| Cancel | Cancel the current operation if the user do not want to choose between Including or Excluding localized variants. |