Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
- 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 |
virtual void ReconstructNode
&40;
UEdGraphNode & TargetNode,
bool bIsBatchRequest
&41; const
Remarks
Reconstructs a node
Parameters
| Name | 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 |