Navigation
API > API/Plugins > API/Plugins/AssetManagerEditor > API/Plugins/AssetManagerEditor/IAssetManagerEditorModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< SWidget > MakePrimaryAssetIdSelector
(
FPrimaryAssetIdSelectorArgs PrimaryAssetIdSelectorArgs |
Creates a simple version of a Primary Asset Id selector, not bound to a PropertyHandle | AssetManagerEditorModule.h | |
static TSharedRef< SWidget > MakePrimaryAssetIdSelector
(
FOnGetPrimaryAssetDisplayText OnGetDisplayText, |
Creates a simple version of a Primary Asset Id selector, not bound to a PropertyHandle | AssetManagerEditorModule.h |
MakePrimaryAssetIdSelector(FPrimaryAssetIdSelectorArgs)
Description
Creates a simple version of a Primary Asset Id selector, not bound to a PropertyHandle
| Name | MakePrimaryAssetIdSelector |
| Type | function |
| Header File | /Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Public/AssetManagerEditorModule.h |
| Include Path | #include "AssetManagerEditorModule.h" |
| Source | /Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Private/AssetManagerEditorModule.cpp |
static TSharedRef < SWidget > MakePrimaryAssetIdSelector
(
FPrimaryAssetIdSelectorArgs PrimaryAssetIdSelectorArgs
)
Parameters
| Name | Remarks |
|---|---|
| PrimaryAssetIdSelectorArgs | struct of arguments to build the PrimaryAssetIdSelector |
MakePrimaryAssetIdSelector(FOnGetPrimaryAssetDisplayText, FOnSetPrimaryAssetId, bool, TArray< FPrimaryAssetType >, TArray< const UClass >, TArray< const UClass >)
Description
Creates a simple version of a Primary Asset Id selector, not bound to a PropertyHandle
| Name | MakePrimaryAssetIdSelector |
| Type | function |
| Header File | /Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Public/AssetManagerEditorModule.h |
| Include Path | #include "AssetManagerEditorModule.h" |
| Source | /Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Private/AssetManagerEditorModule.cpp |
static TSharedRef < SWidget > MakePrimaryAssetIdSelector
(
FOnGetPrimaryAssetDisplayText OnGetDisplayText,
FOnSetPrimaryAssetId OnSetId,
bool bAllowClear,
TArray < FPrimaryAssetType > AllowedTypes,
TArray < const UClass * > AllowedClasses,
TArray < const UClass * > DisallowedClasses
)
Parameters
| Name | Remarks |
|---|---|
| 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 |