Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | SRigVMGraphPinVariableName |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMGraphPinVariableName.h |
| Include Path | #include "Widgets/SRigVMGraphPinVariableName.h" |
Syntax
class SRigVMGraphPinVariableName : public SGraphPin
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → SGraphPin → SRigVMGraphPinVariableName
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → SGraphPin → SRigVMGraphPinVariableName
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Widgets/SRigVMGraphPinVariableName.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< TSharedPtr< FString > > & GetVariableNames() |
Widgets/SRigVMGraphPinVariableName.h | ||
FText GetVariableNameText() |
Widgets/SRigVMGraphPinVariableName.h | ||
TSharedRef< SWidget > MakeVariableNameItemWidget
(
TSharedPtr< FString > InItem |
Widgets/SRigVMGraphPinVariableName.h | ||
void OnVariableNameChanged
(
TSharedPtr< FString > NewSelection, |
Widgets/SRigVMGraphPinVariableName.h | ||
void OnVariableNameComboBox() |
Widgets/SRigVMGraphPinVariableName.h | ||
virtual void SetVariableNameText
(
const FText& NewTypeInValue, |
Widgets/SRigVMGraphPinVariableName.h |
Overridden from SGraphPin
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > GetDefaultValueWidget() |
Widgets/SRigVMGraphPinVariableName.h |