Navigation
API > API/Editor > API/Editor/Kismet
Widget to prompt the user to fixup self context on bad K2Node_CallFunction Pastes
| Name | SFixupSelfContextDialog |
| Type | class |
| Header File | /Engine/Source/Editor/Kismet/Public/SFixupSelfContextDlg.h |
| Include Path | #include "SFixupSelfContextDlg.h" |
Syntax
class SFixupSelfContextDialog : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SFixupSelfContextDialog
- FSlateControlledConstruction → SWidget → SCompoundWidget → SFixupSelfContextDialog
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FListViewItem | TSharedPtr< FFixupSelfContextItem > | SFixupSelfContextDlg.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Blueprint | UBlueprint * | The blueprint for the new context | SFixupSelfContextDlg.h | |
| BlueprintEditor | const FBlueprintEditor * | The blueprint editor this modal was created by | SFixupSelfContextDlg.h | |
| bOtherNodes | bool | Whether other nodes were involved in this paste operation | SFixupSelfContextDlg.h | |
| bOutConfirmed | bool | Whether the user confirmed or canceled the action | SFixupSelfContextDlg.h | |
| FromBP | UBlueprint * | The blueprint that the incoming function is coming from | SFixupSelfContextDlg.h | |
| FunctionsToFixup | TArray< FListViewItem > | The list of unique functions that need to be fixed | SFixupSelfContextDlg.h | |
| MyWindow | TSharedPtr< SWindow > | Window to close when dialog completed | SFixupSelfContextDlg.h | |
| NodesToFixup | TArray< UK2Node_CallFunction * > | The find results to modify | SFixupSelfContextDlg.h | |
| Options | TArray< TSharedPtr< FString > > | Options for fixup | SFixupSelfContextDlg.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
SFixupSelfContextDlg.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool CreateModal
(
const TArray< UK2Node_CallFunction* >& NodesToFixup, |
Creates a Confirmation Modal, this function will not return until the Dialog is closed | SFixupSelfContextDlg.h |