UEdGraphSchema::ReconstructNode

Reconstructs a node

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::ReconstructNode()

UEdGraphSchema_K2::ReconstructNode()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h

Include

#include "EdGraph/EdGraphSchema.h"

Source

/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp

Syntax

virtual void ReconstructNode
(
    UEdGraphNode & TargetNode,
    bool bIsBatchRequest
) const

Remarks

Reconstructs a node

Parameters

Parameter

Description

TargetNode

The node to reconstruct

bIsBatchRequest

If true, this reconstruct node is part of a batch. Allows subclasses to defer marking classes as dirty until they are all done

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