Navigation
API > API/Plugins > API/Plugins/MetaHumanConfigEditor
| Name | SMetaHumanConfigCombo |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanConfigEditor/Public/SMetaHumanConfigCombo.h |
| Include Path | #include "SMetaHumanConfigCombo.h" |
Syntax
class SMetaHumanConfigCombo : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SMetaHumanConfigCombo
- FSlateControlledConstruction → SWidget → SCompoundWidget → SMetaHumanConfigCombo
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FComboItemType | TSharedPtr< FAssetData > | SMetaHumanConfigCombo.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Combo | TSharedPtr< SComboBox< FComboItemType > > | SMetaHumanConfigCombo.h | ||
| OptionsSource | TArray< TSharedPtr< FAssetData > > | SMetaHumanConfigCombo.h | ||
| Property | TSharedPtr< IPropertyHandle > | SMetaHumanConfigCombo.h | ||
| PropertyOwner | TObjectPtr< UObject > | SMetaHumanConfigCombo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
SMetaHumanConfigCombo.h | ||
FText GetCurrentItemLabel() |
SMetaHumanConfigCombo.h | ||
bool IsEnabled() |
SMetaHumanConfigCombo.h | ||
TSharedRef< SWidget > MakeWidgetForOption
(
FComboItemType InOption |
SMetaHumanConfigCombo.h | ||
void OnSelectionChanged
(
FComboItemType InNewValue, |
SMetaHumanConfigCombo.h |