SFixupSelfContextDialog::CreateModal

Creates a Confirmation Modal, this function will not return until the Dialog is closed

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/SFixupSelfContextDlg.h

Include

#include "SFixupSelfContextDlg.h"

Source

/Engine/Source/Editor/Kismet/Private/SFixupSelfContextDlg.cpp

Syntax

static bool CreateModal
(
    const TArray< UK2Node_CallFunction * > & NodesToFixup,
    UBlueprint * InFromBP,
    const FBlueprintEditor * BlueprintEditorPtr,
    bool bOtherPastedNodes
)

Remarks

Creates a Confirmation Modal, this function will not return until the Dialog is closed

Returns

True if the user confirmed the operation, False if it was canceled

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss