Navigation
API > API/Plugins > API/Plugins/AssetManagerEditor > API/Plugins/AssetManagerEditor/IAssetManagerEditorModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OpenReferenceViewerUI
(
const TArray< FAssetIdentifier > SelectedIdentifiers, |
Spawns reference viewer, showing selected packages or identifiers | AssetManagerEditorModule.h | |
void OpenReferenceViewerUI
(
const TArray< FName > SelectedPackages, |
AssetManagerEditorModule.h |
OpenReferenceViewerUI(const TArray< FAssetIdentifier >, const FReferenceViewerParams)
Description
Spawns reference viewer, showing selected packages or identifiers
| Name | OpenReferenceViewerUI |
| Type | function |
| Header File | /Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Public/AssetManagerEditorModule.h |
| Include Path | #include "AssetManagerEditorModule.h" |
void OpenReferenceViewerUI
(
const TArray < FAssetIdentifier > SelectedIdentifiers,
const FReferenceViewerParams ReferenceViewerParams
)
OpenReferenceViewerUI(const TArray< FName >, const FReferenceViewerParams)
| Name | OpenReferenceViewerUI |
| Type | function |
| Header File | /Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Public/AssetManagerEditorModule.h |
| Include Path | #include "AssetManagerEditorModule.h" |
void OpenReferenceViewerUI
(
const TArray < FName > SelectedPackages,
const FReferenceViewerParams ReferenceViewerParams
)