Navigation
API > API/Plugins > API/Plugins/AssetManagerEditor > API/Plugins/AssetManagerEditor/IAssetManagerEditorModule
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 |
static TSharedRef< SWidget > MakePrimaryAssetIdSelector
&40;
FOnGetPrimaryAssetDisplayText OnGetDisplayText,
FOnSetPrimaryAssetId OnSetId,
bool bAllowClear,
TArray< FPrimaryAssetType > AllowedTypes,
TArray< const UClass &42; > AllowedClasses,
TArray< const UClass &42; > DisallowedClasses
&41;
Remarks
Creates a simple version of a Primary Asset Id selector, not bound to a PropertyHandle
Parameters
| Name | Description |
|---|---|
| OnGetDisplayText | Delegate that returns the text to display in body of combo box |
| OnSetId | Delegate called when id is changed |
| bAllowClear | If true, add None option to top |