Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/Widgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SBorder
- SGraphPin
- SRigVMGraphPinVariableName
References
| Module | RigVMEditor |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMGraphPinVariableName.h |
| Include | #include "Widgets/SRigVMGraphPinVariableName.h" |
Syntax
class SRigVMGraphPinVariableName : public SGraphPin
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SRigVMGraphPinEditableNameValueWidget > | NameComboBox | ||
| TArray< TSharedPtr< FString > > | VariableNames |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| TArray< TSharedPtr< FString > > & | |||
| FText | |||
| TSharedRef< SWidget > | MakeVariableNameItemWidget
(
TSharedPtr< FString > InItem |
||
| void | OnVariableNameChanged
(
TSharedPtr< FString > NewSelection, |
||
| void | |||
| void | SetVariableNameText
(
const FText& NewTypeInValue, |
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 |