Navigation
Unreal Engine C++ API Reference > Developer > AssetTools
References
Module | AssetTools |
Header | /Engine/Source/Developer/AssetTools/Public/IAssetTools.h |
Include | #include "IAssetTools.h" |
Syntax
struct FMigrationOptions
Variables
Type | Name | Description |
---|---|---|
EAssetMigration... | AssetConflict | What to do when Assets are conflicting on the destination |
bool | bPrompt | Prompt user for confirmation (always false through scripting) |
FString | OrphanFolder | Destination for assets that don't have a corresponding content folder. |
Constructors
Type | Name | Description |
---|---|---|
FMigrationOptions () |