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