Skip to content

Graph Attributes

Chase edited this page Aug 16, 2020 · 3 revisions

[IncludeTags] Attribute

If you add [IncludeTags] to a graph, only nodes with one or more [Tags] matching the include list will be allowed on the graph.

[IncludeTags("Heightmap", "Terrain", "Logic")]
class TerrainGraph : Graph
{
    ...
}

Clone this wiki locally