Navigation
API > API/Plugins > API/Plugins/AssetManagerEditor > API/Plugins/AssetManagerEditor/IAssetManagerEditorModule
Description
Sets up a registry source. If InOutRegistrySource->SourceName is CustomSourceName, a dialog will be presented to select the asset registry to load. If OptInFilePath is provided, it will be used instead of opening a dialog.
| Name | PopulateRegistrySource |
| Type | function |
| Header File | /Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Public/AssetManagerEditorModule.h |
| Include Path | #include "AssetManagerEditorModule.h" |
bool PopulateRegistrySource
(
FAssetManagerEditorRegistrySource * InOutRegistrySource,
const FString * OptInFilePath
)