Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SComponentClassCombo
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/SComponentClassCombo.h |
| Include | #include "SComponentClassCombo.h" |
Syntax
class SComponentClassCombo : public SCompoundWidget
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Clear the current combo list selection | ||
| void | Construct
(
const FArguments& InArgs |
||
| TSharedRef< ITableRow > | GenerateAddComponentRow
(
FComponentClassComboEntryPtr Entry, |
||
| void | Updates the filtered list of component names. | ||
| FText | |||
| FString | GetSanitizedComponentName
(
FComponentClassComboEntryPtr Entry |
Returns a component name without the substring "Component" and sanitized for display | |
| void | OnAddComponentSelectionChanged
(
FComponentClassComboEntryPtr InItem, |
||
| void | OnSearchBoxTextChanged
(
const FText& InSearchText |
Called when the user changes the text in the search box. | |
| void | OnSearchBoxTextCommitted
(
const FText& NewText, |
Callback when the user commits the text in the searchbox | |
| void | Update list of component classes |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments | |||
| FComponentClassFilterData | Internal data used to facilitate component class filtering |