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 FAdvancedCopyParams
Variables
Type | Name | Description |
---|---|---|
bool | bCopyOverAllDestinationOverlaps | |
bool | bShouldCheckForDependencies | |
bool | bShouldForceSave | |
bool | bShouldSuppressUI | |
FAdvancedCopyCo... | OnCopyComplete |
Constructors
Type | Name | Description |
---|---|---|
FAdvancedCopyParams () | ||
FAdvancedCopyParams ( TArray< FName > InSelectedPackageOr..., FString InDropLocationForAdvancedCo... ) |
Functions
Type | Name | Description |
---|---|---|
void | AddCustomization ( UAdvancedCopyCustomization* In... ) | |
const TArray... | GetCustomizationsToUse () | |
const FStrin... | GetDropLocationForAdvancedCopy () | |
const TArray... | GetSelectedPackageOrFolderNames () |
Deprecated Functions
Type | Name | Description |
---|---|---|
const TArray... | GetSelectedPackageNames () | This function has been deprecated, use GetSelectedPackageOrFolderNames |