Navigation
API > API/Editor > API/Editor/Kismet
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SFixupSelfContextDlg.h |
| Include | #include "SFixupSelfContextDlg.h" |
Syntax
struct FFixupSelfContextItem
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< STextComboBox > | ComboBox | Combo box for user to decide fixup strategy | |
| FName | FuncName | Function this item relates to | |
| TArray< UK2Node_CallFunction * > | Nodes | Nodes that reference this function |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFixupSelfContextItem
(
FName Function |
Constructs a FixupSelfContextItem for a given function name |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | CreateWidget
(
TArray< TSharedPtr< FString >>& InFixupOptions |
Callback to create a widget for the Item |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EFixupStrategy | Enum to describe how the node will be fixed up (or not) |