Navigation
API > API/Developer > API/Developer/AssetTools
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AssetViewUtils::SyncPackagesFromSourceControl
(
const TArray< FString >& PackageNames |
Syncs the specified packages from source control. | AssetViewUtils.h | |
void AssetViewUtils::SyncPackagesFromSourceControl
(
const TArray< FString >& PackageNames, |
Syncs the specified packages from source control. | AssetViewUtils.h |
AssetViewUtils::SyncPackagesFromSourceControl(const TArray< FString > &)
Description
Syncs the specified packages from source control.
| Name | AssetViewUtils::SyncPackagesFromSourceControl |
| Type | function |
| Header File | /Engine/Source/Developer/AssetTools/Public/AssetViewUtils.h |
| Include Path | #include "AssetViewUtils.h" |
| Source | /Engine/Source/Developer/AssetTools/Private/AssetViewUtils.cpp |
namespace AssetViewUtils
{
bool AssetViewUtils::SyncPackagesFromSourceControl
(
const TArray < FString > & PackageNames
)
}
AssetViewUtils::SyncPackagesFromSourceControl(const TArray< FString > &, bool)
Description
Syncs the specified packages from source control.
| Name | AssetViewUtils::SyncPackagesFromSourceControl |
| Type | function |
| Header File | /Engine/Source/Developer/AssetTools/Public/AssetViewUtils.h |
| Include Path | #include "AssetViewUtils.h" |
| Source | /Engine/Source/Developer/AssetTools/Private/AssetViewUtils.cpp |
namespace AssetViewUtils
{
void AssetViewUtils::SyncPackagesFromSourceControl
(
const TArray < FString > & PackageNames,
bool bIsSyncLatestOperation
)
}