Choose your operating system:
Windows
macOS
Linux
| UEdGraphSchema::MarkBlueprintDirtyFromNewNode()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
Include |
#include "EdGraph/EdGraphSchema.h" |
virtual bool MarkBlueprintDirtyFromNewNode
(
UBlueprint * InBlueprint,
UEdGraphNode * InEdGraphNode
) const
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.
Parameter |
Description |
---|---|
InBlueprint |
The blueprint to dirty or not |
InEdGraphNode |
The node that was just added and caused the request |