Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/Widgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SRigVMVariableMappingWidget
References
| Module | RigVMEditor |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMVariableMappingWidget.h |
| Include | #include "Widgets/SRigVMVariableMappingWidget.h" |
Syntax
class SRigVMVariableMappingWidget : public SCompoundWidget
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Slate construction function | |
| TSharedRef< ITableRow > | GenerateVariableMappingRow
(
TSharedPtr< FRigVMVariableMappingInfo > InInfo, |
Create a widget for an entry in the tree from an info | |
| void | OnFilterTextChanged
(
const FText& SearchText |
Filters the SListView when the user changes the search text box (NameFilterBox) | |
| void | OnFilterTextCommitted
(
const FText& SearchText, |
Filters the SListView when the user hits enter or clears the search box Simply calls OnFilterTextChanged | |
| void | Handler for the delete of retarget source |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |