Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/Widgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SBorder
- SGraphPin
- SRigVMGraphPinNameList
References
| Module | RigVMEditor |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMGraphPinNameList.h |
| Include | #include "Widgets/SRigVMGraphPinNameList.h" |
Syntax
class SRigVMGraphPinNameList : public SGraphPin
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | AllowUserProvidedText | ||
| bool | bMarkupInvalidItems | ||
| const TArray< TSharedPtr< FString > > * | CurrentList | ||
| TArray< TSharedPtr< FString > > | EmptyList | ||
| bool | EnableNameListCache | ||
| URigVMPin * | ModelPin | ||
| TSharedPtr< SRigVMGraphPinNameListValueWidget > | NameListComboBox | ||
| FOnBrowseClicked | OnBrowseClicked | ||
| FOnGetNameFromSelection | OnGetNameFromSelection | ||
| FOnGetNameListContent | OnGetNameListContent | ||
| FOnGetNameListContent | OnGetNameListContentForValidation | ||
| FOnGetSelectedClicked | OnGetSelectedClicked | ||
| FText | SearchHintText | ||
| const TArray< TSharedPtr< FString > > * | ValidationList |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| FSlateColor | GetNameColor () |
||
| const TArray< TSharedPtr< FString > > * | GetNameList
(
bool bForContent |
||
| FText | |||
| FReply | |||
| FReply | |||
| TSharedRef< SWidget > | MakeNameListItemWidget
(
TSharedPtr< FString > InItem |
||
| FSlateColor | |||
| FSlateColor | Helper buttons. | ||
| void | OnNameListChanged
(
TSharedPtr< FString > NewSelection, |
||
| void | |||
| void | SetNameListText
(
const FText& NewTypeInValue, |
||
| void | UpdateNameLists
(
bool bUpdateCurrent, |
Overridden from SGraphPin
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | Build the widget we should put into the 'default value' space, shown when nothing connected |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |