GetNodeComponent

GetNodeComponent(Type, bool)

public NodeComponent GetNodeComponent(Type componentType, bool includeInactiveFunctions) ;

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)

public T GetNodeComponent<T>(bool includeInactiveFunctions) ;

Description

Get a NodeComponent by specifying its type.

Type Parameters

Type Parameter Name Description Type Constraints
T Component type
  • class

Parameters

Parameter Name Description
includeInactiveFunctions Whether to also include inactive function graph components.

Returns

Returns the NodeComponent found, or null if not found.