Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
virtual bool MarkBlueprintDirtyFromNewNode
(
UBlueprint * InBlueprint,
UEdGraphNode * InEdGraphNode
) const
Remarks
Returns true if the schema wants to overdrive the behaviour of dirtying the blueprint on new node creation. true if the blueprint marking has been taken care off.
Parameters
| Name | Description |
|---|---|
| InBlueprint | The blueprint to dirty or not |
| InEdGraphNode | The node that was just added and caused the request |