Navigation
API > API/Editor > API/Editor/EditorWidgets
External suggestion entry provided to SAssetSearchBox
| Name | FAssetSearchBoxSuggestion |
| Type | struct |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/SAssetSearchBox.h |
| Include Path | #include "SAssetSearchBox.h" |
Syntax
struct FAssetSearchBoxSuggestion
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CategoryName | FText | The user-facing category name of this suggestion (if any) | SAssetSearchBox.h | |
| DisplayName | FText | The user-facing display name of this suggestion | SAssetSearchBox.h | |
| SuggestionString | FString | The raw suggestion string that should be used with the search box | SAssetSearchBox.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FAssetSearchBoxSuggestion MakeSimpleSuggestion
(
FString InSuggestionString |
SAssetSearchBox.h |