Method Validate
Validate()
Validates the graph and refreshes any dynamic subgraph I/O definitions.
public override bool Validate()
Returns
- bool
true when validation changed either this graph's structure or at least one subgraph node's generated slot arrays; otherwise, false.
Remarks
Before delegating to Validate(), this method asks every TerrainSubGraphNode to rebuild its dynamic input and output slots from the currently assigned subgraph.