IAssetManagerEditorModule::ExtractAssetIdentifiersFromAssetDataList

Parses a list of AssetData and extracts AssetIdentifiers, handles the fake asset data

Windows
MacOS
Linux

References

Module

AssetManagerEditor

Header

/Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Public/AssetManagerEditorModule.h

Include

#include "AssetManagerEditorModule.h"

Source

/Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Private/AssetManagerEditorModule.cpp

Syntax

static void ExtractAssetIdentifiersFromAssetDataList
(
    const TArray< FAssetData > & AssetDataList,
    TArray< FAssetIdentifier > & OutAssetIdentifiers
)

Remarks

Parses a list of AssetData and extracts AssetIdentifiers, handles the fake asset data

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss