GetNodeComponent
GetNodeComponent(Type, bool)
Description
Get a NodeComponent by specifying its type.
Parameters
Parameter Name | Description |
---|---|
componentType | Component type |
includeInactiveFunctions | Whether to also include inactive function graph components. |
Returns
Returns a NodeComponent of the specified type, or null if none exists.
GetNodeComponent<T>(bool)
Description
Get a NodeComponent by specifying its type.
Type Parameters
Type Parameter Name | Description | Type Constraints |
---|---|---|
T | Component type |
|
Parameters
Parameter Name | Description |
---|---|
includeInactiveFunctions | Whether to also include inactive function graph components. |
Returns
Returns the NodeComponent found, or null if not found.