AmplifyShaderEditor.NodeUsageRegister.GetNodeByUniqueId C# (CSharp) Method

GetNodeByUniqueId() public method

public GetNodeByUniqueId ( int uniqueId ) : T
uniqueId int
return T
		public T GetNodeByUniqueId( int uniqueId )
		{
			return m_nodes.Find( x => x.UniqueId == uniqueId );
		}