Graph Methods - McManning/BlueGraph GitHub Wiki

Event Methods

OnGraphEnable

Called during Unity's ScriptableObject.OnEnable event and before Node.OnEnable() is called for all of the nodes.

OnGraphDisable

Called during Unity's ScriptableObject.OnDisable event and before Node.OnDisable() is called for all of the nodes.

OnGraphValidate

Called during Unity's ScriptableObject.OnValidate event and before Node.OnValidate() is called for all of the nodes.