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