Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/SFixupSelfContextDialog
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SFixupSelfContextDlg.h |
| Include | #include "SFixupSelfContextDlg.h" |
| Source | /Engine/Source/Editor/Kismet/Private/SFixupSelfContextDlg.cpp |
static bool CreateModal
&40;
const TArray< UK2Node_CallFunction &42; > & NodesToFixup,
UBlueprint &42; InFromBP,
const FBlueprintEditor &42; BlueprintEditorPtr,
bool bOtherPastedNodes
&41;
Remarks
Creates a Confirmation Modal, this function will not return until the Dialog is closed True if the user confirmed the operation, False if it was canceled
Parameters
| Name | Description |
|---|---|
| NodesToFixup | Array of unresolved function nodes |
| InFromBP | The blueprint that the function was copied from |
| BlueprintEditorPtr | the BlueprintEditor this modal was created by |
| bOtherPastedNodes | Whether other nodes were involved in this paste operation |