Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/Widgets > API/Plugins/RigVMEditor/Widgets/SRigVMVariableMappingWidget
References
| Module | RigVMEditor |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMVariableMappingWidget.h |
| Include | #include "Widgets/SRigVMVariableMappingWidget.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Private/Widgets/SRigVMVariableMappingWidget.cpp |
TSharedRef< ITableRow > GenerateVariableMappingRow
&40;
TSharedPtr< FRigVMVariableMappingInfo > InInfo,
const TSharedRef< STableViewBase > & OwnerTable
&41;
Remarks
Create a widget for an entry in the tree from an info A new Slate widget, containing the UI for this row
Parameters
| Name | Description |
|---|---|
| InInfo | Shared pointer to the morph target we're generating a row for |
| OwnerTable | The table that owns this row |