Navigation
API > API/Plugins > API/Plugins/AssetManagerEditor > API/Plugins/AssetManagerEditor/IAssetManagerEditorModule
Description
Returns true if Reference Viewer UI is available and has selected nodes. If true, will also append the asset data for the selected nodes into the passed array
| Name | GetReferenceViewerUISelectedNodesAssetData |
| Type | function |
| Header File | /Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Public/AssetManagerEditorModule.h |
| Include Path | #include "AssetManagerEditorModule.h" |
bool GetReferenceViewerUISelectedNodesAssetData
(
TArray < FAssetData > & OutAssetDatas
)