struct NodeQuery

book_4_sparkGenerated
code_blocksInput

Description

The NodeQuery struct is part of the Editor.NodeEditor namespace and is used to represent a query within a node-based editor system. It provides methods to match and score paths, as well as properties to access the graph, plug, and filter associated with the query.

Members

Instance Members

Member NameSummary
GraphGets the graph associated with this query.
PlugGets the plug associated with this query. This property may be null.
FilterGets the filter parts associated with this query.
IsEmptyIndicates whether the query is empty.
MatchesDetermines if the specified path matches the query.
GetScoreCalculates the score for the specified path, indicating how well it matches the query.
DeconstructDeconstructs the query into its graph, plug, and filter components.