OptionaltemplateType: TypeOptionaltemplateObject: TemplatedGraphNodeSpecializationObjectCategory path for grouping nodes together in the search
ReadonlyclassThe reflected system type. This is the type of the node that is instanced.
ReadonlycompatabilityCompatability that determine what Graph types support this node.
ReadonlydescriptionHelpful information about the node, displayed in the UI at various places.
ReadonlyflagsThe GraphNodeFlags.
ReadonlyiconAn optional IconAttribute that was set on the node class.
ReadonlyinputData for input pins, typically created through the GraphInputAttribute decorator.
ReadonlyinspectableReflection data for fields marked with the InspectableFieldAttribute.
ReadonlyisDetermines if the result should not be displayed in inspectors and user searches.
ReadonlynameThe name of the node being reflected.
ReadonlyoutputData for output pins, typically created through the GraphOutputAttribute decorator.
ReadonlytemplateAdditional data for the template specialization, such as input or output parameters.
ReadonlytemplateIf set, the node is templated to the specified Type
Static ReadonlyarithmeticA map that maps arithmetic math nodes from readable nodes to symbolic names.
Static ReadonlyarithmeticA map that maps arithmetic math nodes from readable nodes to symbolic names.
Static ReadonlyarithmeticA map that maps arithmetic math nodes from readable nodes to symbolic names.
Static ReadonlyfieldThe prefix for internal field storage. The field storage is used when a parameter is not connected on a templated node.
The friendly name of the node. Use for display in the UI.
The friendly name of the node. Use for display in the UI.
Determines if the node has conditionally visible pins.
Returns the number of input pins in the node.
Determines if the node is movable by the user.
Determines if the node is deletable by the user.
Returns the number of output pins out the node.
ProtectedaddAdds the inputPin.
ProtectedaddAdds the outputPin.
Instances the reflectionPin as GraphPin for the specified node.
Finds a find reflection pin of the specified pinType by a graphPin instance.
The pin to lookup for.
The reflection pin or null if no such pin exists.
Finds a find pin of the specified pinType by its name.
The name of the pin to lookup for.
The pin named name or null if no such pin exists.
Gets the first input GraphPin whose type matches the type or is a subclass of type.
Gets the first output GraphPin whose type matches the type or is a subclass of type.
Enumerate all pins connected by edges to this pin
The GraphNodeReflectionData provides reflection information for a GraphNode.