Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/IContentBrowserSingleton
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SyncBrowserToAssets
(
const TArray< struct FAssetData >& AssetDataList, |
Selects the supplied assets in the primary content browser. | IContentBrowserSingleton.h | |
void SyncBrowserToAssets
(
const TArray< UObject* >& AssetList, |
Selects the supplied assets in the primary content browser. | IContentBrowserSingleton.h |
SyncBrowserToAssets(const TArray< struct FAssetData > &, bool, bool, const FName &, bool)
Description
Selects the supplied assets in the primary content browser.
| Name | SyncBrowserToAssets |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h |
| Include Path | #include "IContentBrowserSingleton.h" |
void SyncBrowserToAssets
(
const TArray< struct FAssetData > & AssetDataList,
bool bAllowLockedBrowsers,
bool bFocusContentBrowser,
const FName & InstanceName,
bool bNewSpawnBrowser
)
Parameters
| Name | Remarks |
|---|---|
| AssetList | An array of AssetDataList structs to sync |
| bAllowLockedBrowsers | When true, even locked browsers may handle the sync. Only set to true if the sync doesn't seem external to the content browser |
| bFocusContentBrowser | When true, brings the ContentBrowser into the foreground. |
| InstanceName | When supplied, will only sync the Content Browser with the matching InstanceName. bAllowLockedBrowsers is ignored. |
SyncBrowserToAssets(const TArray< UObject * > &, bool, bool, const FName &, bool)
Description
Selects the supplied assets in the primary content browser.
| Name | SyncBrowserToAssets |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h |
| Include Path | #include "IContentBrowserSingleton.h" |
void SyncBrowserToAssets
(
const TArray< UObject * > & AssetList,
bool bAllowLockedBrowsers,
bool bFocusContentBrowser,
const FName & InstanceName,
bool bNewSpawnBrowser
)
Parameters
| Name | Remarks |
|---|---|
| AssetList | An array of UObject pointers to sync |
| bAllowLockedBrowsers | When true, even locked browsers may handle the sync. Only set to true if the sync doesn't seem external to the content browser |
| bFocusContentBrowser | When true, brings the ContentBrowser into the foreground. |
| InstanceName | When supplied, will only sync the Content Browser with the matching InstanceName. bAllowLockedBrowsers is ignored. |