Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/SRigVMGraphPinEditableNameValueW-
Description
Generate a row for the InItem in the combo box's list (passed in as OwnerTable). Do this by calling the user-specified OnGenerateWidget
| Name | GenerateMenuItemRow |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMGraphPinEditableNameValueWidget.h |
| Include Path | #include "Widgets/SRigVMGraphPinEditableNameValueWidget.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Private/Widgets/SRigVMGraphPinEditableNameValueWidget.cpp |
TSharedRef < ITableRow > GenerateMenuItemRow
(
TSharedPtr < FString > InItem,
const TSharedRef < STableViewBase > & OwnerTable
)