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